31 references to claimTypeNamespace
System.ServiceModel.Primitives (31)
System\IdentityModel\Claims\ClaimTypes.cs (31)
12private const string anonymous = claimTypeNamespace + "/anonymous"; 13private const string dns = claimTypeNamespace + "/dns"; 14private const string email = claimTypeNamespace + "/emailaddress"; 15private const string hash = claimTypeNamespace + "/hash"; 16private const string name = claimTypeNamespace + "/name"; 17private const string rsa = claimTypeNamespace + "/rsa"; 18private const string sid = claimTypeNamespace + "/sid"; 19private const string denyOnlySid = claimTypeNamespace + "/denyonlysid"; 20private const string spn = claimTypeNamespace + "/spn"; 21private const string system = claimTypeNamespace + "/system"; 22private const string thumbprint = claimTypeNamespace + "/thumbprint"; 23private const string upn = claimTypeNamespace + "/upn"; 24private const string uri = claimTypeNamespace + "/uri"; 25private const string x500DistinguishedName = claimTypeNamespace + "/x500distinguishedname"; 27private const string givenname = claimTypeNamespace + "/givenname"; 28private const string surname = claimTypeNamespace + "/surname"; 29private const string streetaddress = claimTypeNamespace + "/streetaddress"; 30private const string locality = claimTypeNamespace + "/locality"; 31private const string stateorprovince = claimTypeNamespace + "/stateorprovince"; 32private const string postalcode = claimTypeNamespace + "/postalcode"; 33private const string country = claimTypeNamespace + "/country"; 34private const string homephone = claimTypeNamespace + "/homephone"; 35private const string otherphone = claimTypeNamespace + "/otherphone"; 36private const string mobilephone = claimTypeNamespace + "/mobilephone"; 37private const string dateofbirth = claimTypeNamespace + "/dateofbirth"; 38private const string gender = claimTypeNamespace + "/gender"; 39private const string ppid = claimTypeNamespace + "/privatepersonalidentifier"; 40private const string webpage = claimTypeNamespace + "/webpage"; 41private const string nameidentifier = claimTypeNamespace + "/nameidentifier"; 42private const string authentication = claimTypeNamespace + "/authentication"; 43private const string authorizationdecision = claimTypeNamespace + "/authorizationdecision";