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 屬性設定為集合,其中包含與其唯一專案相同的索引鍵。