3 types derived from SamlSubjectStatement
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAttributeStatement.cs (1)
17
public class SamlAttributeStatement :
SamlSubjectStatement
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (1)
17
public class SamlAuthenticationStatement :
SamlSubjectStatement
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (1)
18
public class SamlAuthorizationDecisionStatement :
SamlSubjectStatement
2 references to SamlSubjectStatement
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAssertion.cs (2)
410
SamlSubjectStatement
statement = this.statements[i] as
SamlSubjectStatement
;