Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ClaimValueTypes.cs
Go to the documentation of this file.
2
3public static class ClaimValueTypes
4{
5 public const string Base64Binary = "http://www.w3.org/2001/XMLSchema#base64Binary";
6
7 public const string Base64Octet = "http://www.w3.org/2001/XMLSchema#base64Octet";
8
9 public const string Boolean = "http://www.w3.org/2001/XMLSchema#boolean";
10
11 public const string Date = "http://www.w3.org/2001/XMLSchema#date";
12
13 public const string DateTime = "http://www.w3.org/2001/XMLSchema#dateTime";
14
15 public const string Double = "http://www.w3.org/2001/XMLSchema#double";
16
17 public const string Fqbn = "http://www.w3.org/2001/XMLSchema#fqbn";
18
19 public const string HexBinary = "http://www.w3.org/2001/XMLSchema#hexBinary";
20
21 public const string Integer = "http://www.w3.org/2001/XMLSchema#integer";
22
23 public const string Integer32 = "http://www.w3.org/2001/XMLSchema#integer32";
24
25 public const string Integer64 = "http://www.w3.org/2001/XMLSchema#integer64";
26
27 public const string Sid = "http://www.w3.org/2001/XMLSchema#sid";
28
29 public const string String = "http://www.w3.org/2001/XMLSchema#string";
30
31 public const string Time = "http://www.w3.org/2001/XMLSchema#time";
32
33 public const string UInteger32 = "http://www.w3.org/2001/XMLSchema#uinteger32";
34
35 public const string UInteger64 = "http://www.w3.org/2001/XMLSchema#uinteger64";
36
37 public const string DnsName = "http://schemas.xmlsoap.org/claims/dns";
38
39 public const string Email = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress";
40
41 public const string Rsa = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/rsa";
42
43 public const string UpnName = "http://schemas.xmlsoap.org/claims/UPN";
44
45 public const string DsaKeyValue = "http://www.w3.org/2000/09/xmldsig#DSAKeyValue";
46
47 public const string KeyInfo = "http://www.w3.org/2000/09/xmldsig#KeyInfo";
48
49 public const string RsaKeyValue = "http://www.w3.org/2000/09/xmldsig#RSAKeyValue";
50
51 public const string DaytimeDuration = "http://www.w3.org/TR/2002/WD-xquery-operators-20020816#dayTimeDuration";
52
53 public const string YearMonthDuration = "http://www.w3.org/TR/2002/WD-xquery-operators-20020816#yearMonthDuration";
54
55 public const string Rfc822Name = "urn:oasis:names:tc:xacml:1.0:data-type:rfc822Name";
56
57 public const string X500Name = "urn:oasis:names:tc:xacml:1.0:data-type:x500Name";
58}