ClaimValueTypes クラス

定義

W3C および OASIS で定義されているタイプ URI に応じて、クレーム値のタイプを定義します。 このクラスは継承できません。

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
継承
ClaimValueTypes
属性

フィールド

Base64Binary

base64Binary XML データ型を表す URI。

Base64Octet

base64Octet XML データ型を表す URI。

Boolean

boolean XML データ型を表す URI。

Date

date XML データ型を表す URI。

DateTime

dateTime XML データ型を表す URI。

DaytimeDuration

daytimeDuration XQuery データ型を表す URI。

DnsName

dns SOAP データ型を表す URI。

Double

double XML データ型を表す URI。

DsaKeyValue

DSAKeyValue XML Signature データ型を表す URI。

Email

emailaddress SOAP データ型を表す URI。

Fqbn

fqbn XML データ型を表す URI。

HexBinary

hexBinary XML データ型を表す URI。

Integer

integer XML データ型を表す URI。

Integer32

integer32 XML データ型を表す URI。

Integer64

integer64 XML データ型を表す URI。

KeyInfo

KeyInfo XML Signature データ型を表す URI。

Rfc822Name

rfc822Name XACML 1.0 データ型を表す URI。

Rsa

rsa SOAP データ型を表す URI。

RsaKeyValue

RSAKeyValue XML Signature データ型を表す URI。

Sid

sid XML データ型を表す URI。

String

string XML データ型を表す URI。

Time

time XML データ型を表す URI。

UInteger32

uinteger32 XML データ型を表す URI。

UInteger64

uinteger64 XML データ型を表す URI。

UpnName

UPN SOAP データ型を表す URI。

X500Name

x500Name XACML 1.0 データ型を表す URI。

YearMonthDuration

yearMonthDuration XQuery データ型を表す URI。

適用対象