共用方式為


RsaEncryptionCookieTransform.EncryptionKey 屬性

定義

取得或設定用於加密的 RSA 金鑰。

public:
 virtual property System::Security::Cryptography::RSA ^ EncryptionKey { System::Security::Cryptography::RSA ^ get(); void set(System::Security::Cryptography::RSA ^ value); };
public virtual System.Security.Cryptography.RSA EncryptionKey { get; set; }
member this.EncryptionKey : System.Security.Cryptography.RSA with get, set
Public Overridable Property EncryptionKey As RSA

屬性值

RSA

用於加密的 RSA 金鑰。

備註

設定這個屬性也會將 DecryptionKeys 屬性設定為集合,其中包含與其唯一專案相同的索引鍵。

適用於