EncryptedKeyEncryptingCredentials 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示加密金鑰加密認證。 這些通常會用來做為資料加密認證,以加密權杖之類的東西。
public ref class EncryptedKeyEncryptingCredentials : System::IdentityModel::Tokens::EncryptingCredentials
public class EncryptedKeyEncryptingCredentials : System.IdentityModel.Tokens.EncryptingCredentials
type EncryptedKeyEncryptingCredentials = class
inherit EncryptingCredentials
Public Class EncryptedKeyEncryptingCredentials
Inherits EncryptingCredentials
- 繼承
建構函式
EncryptedKeyEncryptingCredentials(EncryptingCredentials, Int32, String) |
根據指定的 EncryptedKeyEncryptingCredentials 物件、金鑰大小和加密演算法,初始化 EncryptingCredentials 類別的新執行個體。 |
EncryptedKeyEncryptingCredentials(X509Certificate2) |
根據指定的 X.509 憑證初始化 EncryptedKeyEncryptingCredentials 類別的新執行個體。 |
EncryptedKeyEncryptingCredentials(X509Certificate2, String, Int32, String) |
根據指定的 X.509 憑證、包裝演算法、金鑰大小和加密演算法,初始化 EncryptedKeyEncryptingCredentials 類別的新執行個體。 |
屬性
Algorithm |
取得或設定加密演算法。 (繼承來源 EncryptingCredentials) |
SecurityKey |
取得或設定加密金鑰內容。 (繼承來源 EncryptingCredentials) |
SecurityKeyIdentifier |
取得或設定可識別加密認證的識別項。 (繼承來源 EncryptingCredentials) |
WrappingCredentials |
取得用來加密工作階段金鑰的金鑰包裝認證,例如,X509EncryptingCredentials。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |