Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim secret As Byte()

Dim instance As New Entropy(secret)

Syntax

Visual Basic
Public Sub New ( _
		secret As Byte() _
)
C#
public Entropy (
		byte[] secret
)
C++
public:
Entropy (
		array<unsigned char>^ secret
)
J#
public Entropy (
		byte[] secret
)
JScript
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