2 references to Authentication
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (2)
91
return ClaimTypes.
Authentication
;
149
claims.Add(new Claim(ClaimTypes.
Authentication
, new SamlAuthenticationClaimResource(this.authenticationInstant, this.authenticationMethod, this.dnsAddress, this.ipAddress, this.authorityBindings), Rights.PossessProperty));