Compartir a través de


IEncryptionProtectorsOperations Interfaz

Definición

Operaciones EncryptionProtectorsOperations.

public interface IEncryptionProtectorsOperations
type IEncryptionProtectorsOperations = interface
Public Interface IEncryptionProtectorsOperations

Métodos

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtector, Dictionary<String,List<String>>, CancellationToken)

Novedades un protector de cifrado existente.

BeginRevalidateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Vuelve a validar un protector de cifrado existente.

CreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtector, Dictionary<String,List<String>>, CancellationToken)

Novedades un protector de cifrado existente.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Obtiene un protector de cifrado de servidor.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtiene una lista de protectores de cifrado de servidor.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Obtiene una lista de protectores de cifrado de servidor.

RevalidateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Vuelve a validar un protector de cifrado existente.

Métodos de extensión

BeginCreateOrUpdate(IEncryptionProtectorsOperations, String, String, EncryptionProtector)

Novedades un protector de cifrado existente.

BeginCreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtector, CancellationToken)

Novedades un protector de cifrado existente.

BeginRevalidate(IEncryptionProtectorsOperations, String, String)

Vuelve a validar un protector de cifrado existente.

BeginRevalidateAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Vuelve a validar un protector de cifrado existente.

CreateOrUpdate(IEncryptionProtectorsOperations, String, String, EncryptionProtector)

Novedades un protector de cifrado existente.

CreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtector, CancellationToken)

Novedades un protector de cifrado existente.

Get(IEncryptionProtectorsOperations, String, String)

Obtiene un protector de cifrado de servidor.

GetAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Obtiene un protector de cifrado de servidor.

ListByServer(IEncryptionProtectorsOperations, String, String)

Obtiene una lista de protectores de cifrado de servidor.

ListByServerAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Obtiene una lista de protectores de cifrado de servidor.

ListByServerNext(IEncryptionProtectorsOperations, String)

Obtiene una lista de protectores de cifrado de servidor.

ListByServerNextAsync(IEncryptionProtectorsOperations, String, CancellationToken)

Obtiene una lista de protectores de cifrado de servidor.

Revalidate(IEncryptionProtectorsOperations, String, String)

Vuelve a validar un protector de cifrado existente.

RevalidateAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Vuelve a validar un protector de cifrado existente.

Se aplica a