次の方法で共有


Entropy コンストラクター (Byte[])

名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

    Dim secret As Byte()

Dim instance As New Entropy(secret)

構文

'宣言
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[]
)

パラメーター

  • secret
     

プラットフォーム

開発プラットフォーム

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

関連項目

参照

Entropy クラス
Entropy メンバー
Microsoft.IdentityModel.Protocols.WSTrust 名前空間