ClaimValueTypes Members

[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]

Defines constants for well-known claim value types that are supported by Windows® Identity Foundation (WIF).

The following tables list the members exposed by the ClaimValueTypes type.

Public Fields

  Name Description
public fieldstatic Base64Binary The URI for the base 64 binary type, http://www.w3.org/2001/XMLSchema#base64Binary.
public fieldstatic Boolean The URI for the boolean type, http://www.w3.org/2001/XMLSchema/boolean.
public fieldstatic Date The URI for the date type, http://www.w3.org/2001/XMLSchema#date.
public fieldstatic Datetime The URI for the dateTime type, http://www.w3.org/2001/XMLSchema#dateTime.
public fieldstatic DaytimeDuration The dayTimeDuration type, http://www.w3.org/TR/2002/WD-xquery-operators-20020816#dayTimeDuration.
public fieldstatic Double The URI for the double type, http://www.w3.org/2001/XMLSchema#double.
public fieldstatic DsaKeyValue The URI for the DSA key value type, http://www.w3.org/2000/09/xmldsig#DSAKeyValue.
public fieldstatic HexBinary The URI for the hexadecimal binary type, http://www.w3.org/2001/XMLSchema#hexBinary.
public fieldstatic Integer The URI for the integer type, http://www.w3.org/2001/XMLSchema#integer.
public fieldstatic KeyInfo The URI for the key info type, http://www.w3.org/2000/09/xmldsig#KeyInfo.
public fieldstatic Rfc822Name The URI for the RFC 822 name type, urn:oasis:names:tc:xacml:1.0:data-type:rfc822Name.
public fieldstatic RsaKeyValue The URI for the RSA key value type, http://www.w3.org/2000/09/xmldsig#RSAKeyValue.
public fieldstatic String The URI for the string type, http://www.w3.org/2001/XMLSchema#string.
public fieldstatic Time The URI for the time type, http://www.w3.org/2001/XMLSchema#time.
public fieldstatic X500Name The URI for the X500 name type, urn:oasis:names:tc:xacml:1.0:data-type:x500Name.
public fieldstatic YearMonthDuration The URI for the yearMonthDuration type. http://www.w3.org/TR/2002/WD-xquery-operators-20020816#yearMonthDuration.

Top

See Also

Reference

ClaimValueTypes Class
Microsoft.IdentityModel.Claims Namespace

Copyright © 2008 by Microsoft Corporation. All rights reserved.