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 属性设置为包含与其唯一元素相同的键的集合。

适用于