다음을 통해 공유


IKeyManager.GetAllKeys 메서드

정의

기본 리포지토리에서 모든 키를 가져옵니다.

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)

반환

모든 키의 컬렉션입니다.

적용 대상