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)

プロパティ値

適用対象