_Workbook.PasswordEncryptionAlgorithm Propriété

Définition

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é. Propriété 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é

String

Remarques

Utilisez la méthode pour spécifier si Excel chiffre les propriétés de fichier pour les classes SetPasswordEncryptionOptions(Object, Object, Object, Object) protégées par mot de passe.

S’applique à