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