Searched refs:SupportedClaimType (Results 1 – 3 of 3) sorted by relevance
25 element SupportedClaimType {
185 static bool SupportedClaimType(string claimType) in SupportedClaimType() method in System.IdentityModel.Claims.WindowsClaimSet197 if (!SupportedClaimType(claimType) || !ClaimSet.SupportedRight(right)) in FindClaims()
218 static bool SupportedClaimType(string claimType) in SupportedClaimType() method in System.IdentityModel.Claims.X509CertificateClaimSet235 if (!SupportedClaimType(claimType) || !ClaimSet.SupportedRight(right)) in FindClaims()