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