EncryptingCredentials.Algorithm Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'algorithme de chiffrement.
public:
property System::String ^ Algorithm { System::String ^ get(); void set(System::String ^ value); };
public string Algorithm { get; set; }
member this.Algorithm : string with get, set
Public Property Algorithm As String
Valeur de propriété
URI qui représente l'algorithme de chiffrement utilisé pour chiffrer la clé de vérification.
Exceptions
Il est tenté de définir la propriété sur null ou une chaîne vide.