Udostępnij za pośrednictwem


DataProtectionBuilderExtensions.AddKeyEscrowSink Metoda

Definicja

Przeciążenia

AddKeyEscrowSink(IDataProtectionBuilder, IKeyEscrowSink)

Rejestruje element do IKeyEscrowSink wykonania depozytu, zanim klucze zostaną utrwalone w magazynie.

AddKeyEscrowSink(IDataProtectionBuilder, Func<IServiceProvider,IKeyEscrowSink>)

Rejestruje element do IKeyEscrowSink wykonania depozytu, zanim klucze zostaną utrwalone w magazynie.

AddKeyEscrowSink<TImplementation>(IDataProtectionBuilder)

Rejestruje element do IKeyEscrowSink wykonania depozytu, zanim klucze zostaną utrwalone w magazynie.

AddKeyEscrowSink(IDataProtectionBuilder, IKeyEscrowSink)

Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs

Rejestruje element do IKeyEscrowSink wykonania depozytu, zanim klucze zostaną utrwalone w magazynie.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ AddKeyEscrowSink(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::AspNetCore::DataProtection::KeyManagement::IKeyEscrowSink ^ sink);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder AddKeyEscrowSink (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink sink);
static member AddKeyEscrowSink : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function AddKeyEscrowSink (builder As IDataProtectionBuilder, sink As IKeyEscrowSink) As IDataProtectionBuilder

Parametry

sink
IKeyEscrowSink

Wystąpienie obiektu do zarejestrowania IKeyEscrowSink .

Zwraca

Odwołanie do elementu po zakończeniu IDataProtectionBuilder tej operacji.

Uwagi

Rejestracje są addytywne.

Dotyczy

AddKeyEscrowSink(IDataProtectionBuilder, Func<IServiceProvider,IKeyEscrowSink>)

Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs

Rejestruje element do IKeyEscrowSink wykonania depozytu, zanim klucze zostaną utrwalone w magazynie.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ AddKeyEscrowSink(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Func<IServiceProvider ^, Microsoft::AspNetCore::DataProtection::KeyManagement::IKeyEscrowSink ^> ^ factory);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder AddKeyEscrowSink (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Func<IServiceProvider,Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink> factory);
static member AddKeyEscrowSink : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Func<IServiceProvider, Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink> -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function AddKeyEscrowSink (builder As IDataProtectionBuilder, factory As Func(Of IServiceProvider, IKeyEscrowSink)) As IDataProtectionBuilder

Parametry

factory
Func<IServiceProvider,IKeyEscrowSink>

Fabryka, która tworzy IKeyEscrowSink wystąpienie.

Zwraca

Odwołanie do elementu po zakończeniu IDataProtectionBuilder tej operacji.

Uwagi

Rejestracje są addytywne. Fabryka jest zarejestrowana jako Singleton.

Dotyczy

AddKeyEscrowSink<TImplementation>(IDataProtectionBuilder)

Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs
Źródło:
DataProtectionBuilderExtensions.cs

Rejestruje element do IKeyEscrowSink wykonania depozytu, zanim klucze zostaną utrwalone w magazynie.

public:
generic <typename TImplementation>
 where TImplementation : class, Microsoft::AspNetCore::DataProtection::KeyManagement::IKeyEscrowSink[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ AddKeyEscrowSink(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder AddKeyEscrowSink<TImplementation> (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder) where TImplementation : class, Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink;
static member AddKeyEscrowSink : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder (requires 'Implementation : null and 'Implementation :> Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink)
<Extension()>
Public Function AddKeyEscrowSink(Of TImplementation As {Class, IKeyEscrowSink}) (builder As IDataProtectionBuilder) As IDataProtectionBuilder

Parametry typu

TImplementation

Konkretny typ IKeyEscrowSink rejestru.

Parametry

Zwraca

Odwołanie do elementu po zakończeniu IDataProtectionBuilder tej operacji.

Uwagi

Rejestracje są addytywne. Fabryka jest zarejestrowana jako Singleton.

Dotyczy