XmlKeyManager.GetAllKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fetches all keys from the underlying repository.
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)
Returns
The collection of all keys.