コード例 #1
0
 public static Saml20IdentityParser CreateFrom(ISaml20Identity sourceIdentity)
 {
     return(new Saml20IdentityParser(new Saml20IdentityNavigator(sourceIdentity)));
 }
コード例 #2
0
 public Saml20IdentityNavigator(ISaml20Identity sourceIdentity)
 {
     _sourceIdentity = sourceIdentity;
 }