Home
last modified time | relevance | path

Searched refs:SupportedClaimType (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Commons.Xml.Relaxng/Test/XmlFiles/
H A Dschemas-xmlsoap-or-ws-2005-05-identity.rnc25 element SupportedClaimType {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Claims/
H A DWindowsClaimSet.cs185 static bool SupportedClaimType(string claimType) in SupportedClaimType() method in System.IdentityModel.Claims.WindowsClaimSet
197 if (!SupportedClaimType(claimType) || !ClaimSet.SupportedRight(right)) in FindClaims()
H A DX509CertificateClaimSet.cs218 static bool SupportedClaimType(string claimType) in SupportedClaimType() method in System.IdentityModel.Claims.X509CertificateClaimSet
235 if (!SupportedClaimType(claimType) || !ClaimSet.SupportedRight(right)) in FindClaims()