ProtectedKey 類別

定義

表示 RequestSecurityToken 和 RequestSecurityTokenResponse 內的 wst:Entropy 或 wst:RequestedProofToken 項目的內容。

public ref class ProtectedKey
public class ProtectedKey
type ProtectedKey = class
Public Class ProtectedKey
繼承
ProtectedKey
衍生

備註

代表 wst:Entropy 或 wst:RequestedProofToken 元素在 wst:RequestSecurityToken () RequestSecurityToken 和 wst:RequestSecurityTokenResponse (RequestSecurityTokenResponse) 訊息的內容。

如需此類別所代表之專案的詳細資訊,請參閱適用於您案例的 WS-Trust 規格版本。

建構函式

ProtectedKey(Byte[])

使用無加密的方式,初始化 ProtectedKey 類別的新執行個體。

ProtectedKey(Byte[], EncryptingCredentials)

使用指定的加密認證,初始化 ProtectedKey 類別的新執行個體。

屬性

WrappingCredentials

取得金鑰的加密認證。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetKeyBytes()

取得金鑰內容。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於