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

A URI that represents the base64Binary XML data type.

Base64Octet

A URI that represents the base64Octet XML data type.

Boolean

A URI that represents the boolean XML data type.

Date

A URI that represents the date XML data type.

DateTime

A URI that represents the dateTime XML data type.

DaytimeDuration

A URI that represents the daytimeDuration XQuery data type.

DnsName

A URI that represents the dns SOAP data type.

Double

A URI that represents the double XML data type.

DsaKeyValue

A URI that represents the DSAKeyValue XML Signature data type.

Email

A URI that represents the emailaddress SOAP data type.

Fqbn

A URI that represents the fqbn XML data type.

HexBinary

A URI that represents the hexBinary XML data type.

Integer

A URI that represents the integer XML data type.

Integer32

A URI that represents the integer32 XML data type.

Integer64

A URI that represents the integer64 XML data type.

KeyInfo

A URI that represents the KeyInfo XML Signature data type.

Rfc822Name

A URI that represents the rfc822Name XACML 1.0 data type.

Rsa

A URI that represents the rsa SOAP data type.

RsaKeyValue

A URI that represents the RSAKeyValue XML Signature data type.

Sid

A URI that represents the sid XML data type.

String

A URI that represents the string XML data type.

Time

A URI that represents the time XML data type.

UInteger32

A URI that represents the uinteger32 XML data type.

UInteger64

A URI that represents the uinteger64 XML data type.

UpnName

A URI that represents the UPN SOAP data type.

X500Name

A URI that represents the x500Name XACML 1.0 data type.

YearMonthDuration

A URI that represents the yearMonthDuration XQuery data type.

Applies to