다음을 통해 공유


KeyIdentifier Constructor (String, String)

Initializes a new instance of the KeyIdentifier class.

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

Usage

'Usage
Dim identifier As String
Dim valueType As String
Dim keyIdentifier1 As New KeyIdentifier(identifier, valueType)

Syntax

'Declaration
Public Sub New( _
    ByVal identifier As String, _
    ByVal valueType As String _
)
public KeyIdentifier(
    string identifier, 
    string valueType
);
public:
KeyIdentifier(
    String^ identifier, 
    String^ valueType
);
public KeyIdentifier(
    System.String identifier, 
    System.String valueType
);
public function KeyIdentifier(
     identifier : String, 
     valueType : String
);

Parameters

  • identifier
    A unique identifier for the key.
  • valueType
    An XML qualified name indicating the type of token.

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