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