_Workbook.PasswordEncryptionAlgorithm 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.
Cette propriété renvoie une chaîne de caractères (type String) indiquant l'algorithme que Microsoft Excel utilise pour chiffrer les mots de passe du classeur spécifié. En lecture seule.
public:
property System::String ^ PasswordEncryptionAlgorithm { System::String ^ get(); };
public string PasswordEncryptionAlgorithm { get; }
Public ReadOnly Property PasswordEncryptionAlgorithm As String
Valeur de propriété
Remarques
Utilisez la SetPasswordEncryptionOptions(Object, Object, Object, Object) méthode pour spécifier si Excel chiffre les propriétés de fichier pour les classeurs protégés par mot de passe.