Partager via


IEncryptionProtectorsOperations Interface

Définition

Opérations EncryptionProtectorsOperations.

public interface IEncryptionProtectorsOperations
type IEncryptionProtectorsOperations = interface
Public Interface IEncryptionProtectorsOperations

Méthodes

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

Mises à jour un protecteur de chiffrement existant.

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

Revalide un logiciel de protection de chiffrement existant.

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

Mises à jour un protecteur de chiffrement existant.

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

Obtient un protecteur de chiffrement de serveur.

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

Obtient la liste des protecteurs de chiffrement de serveur

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

Obtient la liste des protecteurs de chiffrement de serveur

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

Revalide un logiciel de protection de chiffrement existant.

Méthodes d’extension

BeginCreateOrUpdate(IEncryptionProtectorsOperations, String, String, EncryptionProtector)

Mises à jour un protecteur de chiffrement existant.

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

Mises à jour un protecteur de chiffrement existant.

BeginRevalidate(IEncryptionProtectorsOperations, String, String)

Revalide un logiciel de protection de chiffrement existant.

BeginRevalidateAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Revalide un logiciel de protection de chiffrement existant.

CreateOrUpdate(IEncryptionProtectorsOperations, String, String, EncryptionProtector)

Mises à jour un protecteur de chiffrement existant.

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

Mises à jour un protecteur de chiffrement existant.

Get(IEncryptionProtectorsOperations, String, String)

Obtient un protecteur de chiffrement de serveur.

GetAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Obtient un protecteur de chiffrement de serveur.

ListByServer(IEncryptionProtectorsOperations, String, String)

Obtient la liste des protecteurs de chiffrement de serveur

ListByServerAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Obtient la liste des protecteurs de chiffrement de serveur

ListByServerNext(IEncryptionProtectorsOperations, String)

Obtient la liste des protecteurs de chiffrement de serveur

ListByServerNextAsync(IEncryptionProtectorsOperations, String, CancellationToken)

Obtient la liste des protecteurs de chiffrement de serveur

Revalidate(IEncryptionProtectorsOperations, String, String)

Revalide un logiciel de protection de chiffrement existant.

RevalidateAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Revalide un logiciel de protection de chiffrement existant.

S’applique à