RsaEncryptionCookieTransform.EncryptionKey プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
暗号化に使用される 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 キー。
注釈
このプロパティを設定すると、 プロパティは DecryptionKeys 、その唯一の要素と同じキーを含むコレクションにも設定されます。