共用方式為


EncryptingCredentials.SecurityKey 屬性

定義

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

public:
 property System::IdentityModel::Tokens::SecurityKey ^ SecurityKey { System::IdentityModel::Tokens::SecurityKey ^ get(); void set(System::IdentityModel::Tokens::SecurityKey ^ value); };
public System.IdentityModel.Tokens.SecurityKey SecurityKey { get; set; }
member this.SecurityKey : System.IdentityModel.Tokens.SecurityKey with get, set
Public Property SecurityKey As SecurityKey

屬性值

SecurityKey,包含用來加密證明金鑰的密碼編譯金鑰。

例外狀況

嘗試將屬性設為 null

適用於