Freigeben über


IKeyManager.GetAllKeys Methode

Definition

Ruft alle Schlüssel aus dem zugrunde liegenden Repository ab.

public:
 System::Collections::Generic::IReadOnlyCollection<Microsoft::AspNetCore::DataProtection::KeyManagement::IKey ^> ^ GetAllKeys();
public System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.DataProtection.KeyManagement.IKey> GetAllKeys ();
abstract member GetAllKeys : unit -> System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.DataProtection.KeyManagement.IKey>
Public Function GetAllKeys () As IReadOnlyCollection(Of IKey)

Gibt zurück

Die Auflistung aller Schlüssel.

Gilt für: