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