KeyManagementOptions.KeyEscrowSinks 속성

정의

키 자료를 저장할 목록 IKeyEscrowSink 입니다.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::DataProtection::KeyManagement::IKeyEscrowSink ^> ^ KeyEscrowSinks { System::Collections::Generic::IList<Microsoft::AspNetCore::DataProtection::KeyManagement::IKeyEscrowSink ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink> KeyEscrowSinks { get; }
member this.KeyEscrowSinks : System.Collections.Generic.IList<Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink>
Public ReadOnly Property KeyEscrowSinks As IList(Of IKeyEscrowSink)

속성 값

적용 대상