Partager via


XmlKeyManager.GetAllKeys Méthode

Définition

Récupère toutes les clés du dépôt sous-jacent.

public:
 virtual 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>
override this.GetAllKeys : unit -> System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.DataProtection.KeyManagement.IKey>
Public Function GetAllKeys () As IReadOnlyCollection(Of IKey)

Retours

La collection de toutes les clés.

Implémente

S’applique à