Share via


EncryptingCredentials 類別

定義

表示密碼編譯金鑰和加密演算法,用於加密證明金鑰。

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

備註

這個類別會定義加密認證,可用來加密證明金鑰。 它與類別非常類似 SigningCredentials

建構函式

EncryptingCredentials()

初始化 EncryptingCredentials 類別的新執行個體。

EncryptingCredentials(SecurityKey, SecurityKeyIdentifier, String)

使用指定的密碼編譯金鑰、金鑰識別項和加密演算法,初始化 EncryptingCredentials 類別的新執行個體。

屬性

Algorithm

取得或設定加密演算法。

SecurityKey

取得或設定加密金鑰內容。

SecurityKeyIdentifier

取得或設定可識別加密認證的識別項。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於