Share via


Entropy 類別

定義

表示權杖要求訊息和權杖回應訊息中使用的 entropy。

public ref class Entropy : System::IdentityModel::Protocols::WSTrust::ProtectedKey
public class Entropy : System.IdentityModel.Protocols.WSTrust.ProtectedKey
type Entropy = class
    inherit ProtectedKey
Public Class Entropy
Inherits ProtectedKey
繼承

備註

表示 WS-Trust 所定義之 wst:Entropy 元素的內容。

建構函式

Entropy(Byte[])

初始化 Entropy 類別的新執行個體,用來傳送二進位密碼格式的 Entropy。

Entropy(Byte[], EncryptingCredentials)

初始化 Entropy 類別的新執行個體,用來傳送加密金鑰格式的 Entropy。

Entropy(Int32)

使用隨機產生的位元組,初始化 Entropy 類別的新執行個體。

Entropy(ProtectedKey)

使用指定的受保護金鑰,初始化 Entropy 類別的新執行個體。

屬性

WrappingCredentials

取得金鑰的加密認證。

(繼承來源 ProtectedKey)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetKeyBytes()

取得金鑰內容。

(繼承來源 ProtectedKey)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於