Entropy Constructor (Byte[])
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim secret As Byte()
Dim instance As New Entropy(secret)
Syntax
'Declaration
Public Sub New ( _
secret As Byte() _
)
public Entropy (
byte[] secret
)
public:
Entropy (
array<unsigned char>^ secret
)
public Entropy (
byte[] secret
)
public function Entropy (
secret : byte[]
)
Parameters
- secret
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
Entropy Class
Entropy Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace