EncryptedKeyToken Constructor (SecurityToken)
Initializes a new instance of the EncryptedKeyToken class using the specified security token.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim encryptingToken As SecurityToken
Dim encryptedKeyToken1 As New EncryptedKeyToken(encryptingToken)
Syntax
'Declaration
Public Sub New( _
ByVal encryptingToken As SecurityToken _
)
public EncryptedKeyToken(
SecurityToken encryptingToken
);
public:
EncryptedKeyToken(
SecurityToken^ encryptingToken
);
public EncryptedKeyToken(
SecurityToken encryptingToken
);
public function EncryptedKeyToken(
encryptingToken : SecurityToken
);
Parameters
- encryptingToken
The SecurityToken to encrypt the key associated with the EncryptedKeyToken security token.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | encryptingToken is null. |
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
EncryptedKeyToken Class
EncryptedKeyToken Members
Microsoft.Web.Services3.Security.Tokens Namespace