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