KeyIdentifier Constructor (String)
Initializes a new instance of the KeyIdentifier class with the specified unique identifier.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim identifier As String
Dim keyIdentifier1 As New KeyIdentifier(identifier)
Syntax
'Declaration
Public Sub New( _
ByVal identifier As String _
)
public KeyIdentifier(
string identifier
);
public:
KeyIdentifier(
String^ identifier
);
public KeyIdentifier(
System.String identifier
);
public function KeyIdentifier(
identifier : String
);
Parameters
- identifier
A unique identifier for the key.
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