1 instantiation of SamlAuthenticationClaimResource
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (1)
149claims.Add(new Claim(ClaimTypes.Authentication, new SamlAuthenticationClaimResource(this.authenticationInstant, this.authenticationMethod, this.dnsAddress, this.ipAddress, this.authorityBindings), Rights.PossessProperty));
3 references to SamlAuthenticationClaimResource
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
702knownClaimTypes.Add(typeof(SamlAuthenticationClaimResource));
System\IdentityModel\Tokens\SamlAuthenticationClaimResource.cs (2)
162SamlAuthenticationClaimResource rhs = obj as SamlAuthenticationClaimResource;