Sdílet prostřednictvím


RsaEncryptionCookieTransform.DecryptionKeys Vlastnost

Definice

Získá klíče použité pro dešifrování Ve výchozím nastavení vrátí tato vlastnost seznam, který obsahuje pouze šifrovací klíč.

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)

Hodnota vlastnosti

Klíče, které se mají použít k dešifrování.

Platí pro