コード例 #1
0
 protected SamlClientCredentials(SamlClientCredentials other) : base(other)
 {
     this.assertion  = other.assertion;
     this.claims     = other.claims;
     this.proofToken = other.proofToken;
 }
コード例 #2
0
 public SamlSecurityTokenManager(SamlClientCredentials samlClientCredentials) : base(samlClientCredentials)
 {
     this.samlClientCredentials = samlClientCredentials;
 }