SymmetricKeyAlgorithm Constructor (SymmetricAlgorithm)
Initializes a new instance of the SymmetricKeyAlgorithm class using the specified SymmetricKeyAlgorithm.
Namespace: Microsoft.Web.Services3.Security.Cryptography
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim key As SymmetricAlgorithm
Dim symmetricKeyAlgorithm1 As New SymmetricKeyAlgorithm(key)
Syntax
'Declaration
Protected Sub New( _
ByVal key As SymmetricAlgorithm _
)
protected SymmetricKeyAlgorithm(
SymmetricAlgorithm key
);
protected:
SymmetricKeyAlgorithm(
SymmetricAlgorithm^ key
);
protected SymmetricKeyAlgorithm(
SymmetricAlgorithm key
);
protected function SymmetricKeyAlgorithm(
key : SymmetricAlgorithm
);
Parameters
- key
A SymmetricKeyAlgorithm that represents the algorithm to use when the key is generated.
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
SymmetricKeyAlgorithm Class
SymmetricKeyAlgorithm Members
Microsoft.Web.Services3.Security.Cryptography Namespace