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