Share via


RsaEncryptionCookieTransform.EncryptionKey Özellik

Tanım

Şifreleme için kullanılan RSA anahtarını alır veya ayarlar.

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

Özellik Değeri

RSA

Şifreleme için kullanılan RSA anahtarı.

Açıklamalar

Bu özelliğin DecryptionKeys ayarlanması, özelliğini tek öğesiyle aynı anahtarı içeren bir koleksiyona da ayarlar.

Şunlara uygulanır