KeyIdentifier Constructor (Byte )
Initializes a new instance of the KeyIdentifier class using the specified unique identifier.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim identifier() As Byte
Dim keyIdentifier1 As New KeyIdentifier(identifier)
Syntax
'Declaration
Public Sub New( _
ByVal identifier() As Byte _
)
public KeyIdentifier(
byte[] identifier
);
public:
KeyIdentifier(
array<unsigned char>^ identifier
);
public KeyIdentifier(
ubyte[] identifier
);
public function KeyIdentifier(
identifier : Byte[]
);
Parameters
- identifier
An array of type Byte containing 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