RsaEncryptionCookieTransform.DecryptionKeys Egenskap

Definition

Hämtar de nycklar som används för dekryptering Som standard returnerar den här egenskapen en lista som endast innehåller krypteringsnyckeln.

protected:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::RSA ^> ^ DecryptionKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::RSA ^> ^ get(); };
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.RSA> DecryptionKeys { get; }
member this.DecryptionKeys : System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.RSA>
Protected Overridable ReadOnly Property DecryptionKeys As ReadOnlyCollection(Of RSA)

Egenskapsvärde

De nycklar som ska användas för dekryptering.

Gäller för