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 、その唯一の要素と同じキーを含むコレクションにも設定されます。

適用対象