Partager via


KeyIdentifier.ValueType Property

Gets or sets the type of security token.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim keyIdentifier1 As KeyIdentifier

Dim returnValue As String
returnValue = keyIdentifier1.ValueType

Syntax

'Declaration
Public ReadOnly Property ValueType() As String
public string ValueType {get;}
public:
property String^ ValueType {
    String^ get();
}
public System.String get_ValueType();
public function get ValueType() : String;

Property Value

The type of security token.

Remarks

This property is used to optionally indicate the type of token the key identifier is associated with. If specified, this is a hint to the receiver. Any value specified for binary security tokens, or any XML token element QName can be specified here (e.g. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0\#X509SubjectKeyIdentifier). If this attribute is not specified, then the identifier applies to any type of token.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

KeyIdentifier Class
KeyIdentifier Members
Microsoft.Web.Services3.Security Namespace
KeyIdentifier.ValueTypes