Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Claims.​ClaimValueTypes
Assembly: System.Security.Claims
Inheritance: object → ClaimValueTypes
Defines claim value types according to the type URIs defined by W3C and OASIS. This class cannot be inherited.
Fields and Constants
public const
string
Base64Binary
Specifies a URI that represents the <see langword="base64Binary" /> XML data type.
public const
string
Base64Octet
Specifies a URI that represents the <see langword="base64Octet" /> XML data type.
public const
string
Boolean
Specifies a URI that represents the <see langword="boolean" /> XML data type.
public const
string
Date
Specifies a URI that represents the <see langword="date" /> XML data type.
public const
string
DateTime
Specifies a URI that represents the <see langword="dateTime" /> XML data type.
public const
string
DaytimeDuration
Specifies a URI that represents the <see langword="daytimeDuration" /> XQuery data type.
public const
string
DnsName
Specifies a URI that represents the <see langword="dns" /> SOAP data type.
public const
string
Double
Specifies a URI that represents the <see langword="double" /> XML data type.
public const
string
DsaKeyValue
Specifies a URI that represents the <see langword="DSAKeyValue" /> XML Signature data type.
public const
string
Email
Specifies a URI that represents the <see langword="emailaddress" /> SOAP data type.
public const
string
Fqbn
Specifies a URI that represents the <see langword="fqbn" /> XML data type.
public const
string
HexBinary
Specifies a URI that represents the <see langword="hexBinary" /> XML data type.
public const
string
Integer
Specifies a URI that represents the <see langword="integer" /> XML data type.
public const
string
Integer32
Specifies a URI that represents the <see langword="integer32" /> XML data type.
public const
string
Integer64
Specifies a URI that represents the <see langword="integer64" /> XML data type.
public const
string
KeyInfo
Specifies a URI that represents the <see langword="KeyInfo" /> XML Signature data type.
public const
string
Rfc822Name
Specifies a URI that represents the <see langword="rfc822Name" /> XACML 1.0 data type.
public const
string
Rsa
Specifies a URI that represents the <see langword="rsa" /> SOAP data type.
public const
string
RsaKeyValue
Specifies a URI that represents the <see langword="RSAKeyValue" /> XML Signature data type.
public const
string
Sid
Specifies a URI that represents the <see langword="sid" /> XML data type.
public const
string
String
Specifies a URI that represents the <see langword="string" /> XML data type.
public const
string
Time
Specifies a URI that represents the <see langword="time" /> XML data type.
public const
string
UInteger32
Specifies a URI that represents the <see langword="uinteger32" /> XML data type.
public const
string
UInteger64
Specifies a URI that represents the <see langword="uinteger64" /> XML data type.
public const
string
UpnName
Specifies a URI that represents the <see langword="UPN" /> SOAP data type.
public const
string
X500Name
Specifies a URI that represents the <see langword="x500Name" /> XACML 1.0 data type.
public const
string
YearMonthDuration
Specifies a URI that represents the <see langword="yearMonthDuration" /> XQuery data type.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object