Edit

Share via


ClaimValueTypes Class

Definition

Defines claim value types according to the type URIs defined by W3C and OASIS. This class cannot be inherited.

public ref class ClaimValueTypes abstract sealed
public static class ClaimValueTypes
[System.Runtime.InteropServices.ComVisible(false)]
public static class ClaimValueTypes
type ClaimValueTypes = class
[<System.Runtime.InteropServices.ComVisible(false)>]
type ClaimValueTypes = class
Public Class ClaimValueTypes
Inheritance
ClaimValueTypes
Attributes

Fields

Base64Binary

Specifies a URI that represents the base64Binary XML data type.

Base64Octet

Specifies a URI that represents the base64Octet XML data type.

Boolean

Specifies a URI that represents the boolean XML data type.

Date

Specifies a URI that represents the date XML data type.

DateTime

Specifies a URI that represents the dateTime XML data type.

DaytimeDuration

Specifies a URI that represents the daytimeDuration XQuery data type.

DnsName

Specifies a URI that represents the dns SOAP data type.

Double

Specifies a URI that represents the double XML data type.

DsaKeyValue

Specifies a URI that represents the DSAKeyValue XML Signature data type.

Email

Specifies a URI that represents the emailaddress SOAP data type.

Fqbn

Specifies a URI that represents the fqbn XML data type.

HexBinary

Specifies a URI that represents the hexBinary XML data type.

Integer

Specifies a URI that represents the integer XML data type.

Integer32

Specifies a URI that represents the integer32 XML data type.

Integer64

Specifies a URI that represents the integer64 XML data type.

KeyInfo

Specifies a URI that represents the KeyInfo XML Signature data type.

Rfc822Name

Specifies a URI that represents the rfc822Name XACML 1.0 data type.

Rsa

Specifies a URI that represents the rsa SOAP data type.

RsaKeyValue

Specifies a URI that represents the RSAKeyValue XML Signature data type.

Sid

Specifies a URI that represents the sid XML data type.

String

Specifies a URI that represents the string XML data type.

Time

Specifies a URI that represents the time XML data type.

UInteger32

Specifies a URI that represents the uinteger32 XML data type.

UInteger64

Specifies a URI that represents the uinteger64 XML data type.

UpnName

Specifies a URI that represents the UPN SOAP data type.

X500Name

Specifies a URI that represents the x500Name XACML 1.0 data type.

YearMonthDuration

Specifies a URI that represents the yearMonthDuration XQuery data type.

Applies to