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)
172identity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.Signature));
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
105windowsIdentity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.Password));
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
545identity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.X509)); 577windowsIdentity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.X509));
System.ServiceModel (1)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
570new System.Security.Claims.Claim(