KeyManagementOptions.KeyEscrowSinks Property
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.
The list of IKeyEscrowSink to store the key material in.
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)