KeyManagementOptions.KeyEscrowSinks Propiedad

Definición

Lista de IKeyEscrowSink en la que se va a almacenar el material clave.

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)

Valor de propiedad

Se aplica a