XmlKeyManager.GetAllKeys 方法

定义

从基础存储库提取所有密钥。

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)

返回

所有键的集合。

实现

适用于