7 references to Claim
System.IdentityModel (6)
System\IdentityModel\Claims\AuthorizationContext.cs (2)
44
_resource.Add( new System.Security.Claims.
Claim
( ClaimTypes.Name, resource ) );
47
_action.Add( new System.Security.Claims.
Claim
( ClaimTypes.Name, action ) );
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
172
identity.AddClaim(new
Claim
(ClaimTypes.AuthenticationMethod, AuthenticationMethods.Signature));
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
105
windowsIdentity.AddClaim(new
Claim
(ClaimTypes.AuthenticationMethod, AuthenticationMethods.Password));
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
545
identity.AddClaim(new
Claim
(ClaimTypes.AuthenticationMethod, AuthenticationMethods.X509));
577
windowsIdentity.AddClaim(new
Claim
(ClaimTypes.AuthenticationMethod, AuthenticationMethods.X509));
System.ServiceModel (1)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
570
new System.Security.Claims.
Claim
(