CertificateStatementBase.EncryptionPassword, propriété
Obtient ou définit le mot de passe de chiffrement.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property EncryptionPassword As Literal
Get
Set
public Literal EncryptionPassword { get; set; }
public:
virtual property Literal^ EncryptionPassword {
Literal^ get () sealed;
void set (Literal^ value) sealed;
}
abstract EncryptionPassword : Literal with get, set
override EncryptionPassword : Literal with get, set
final function get EncryptionPassword () : Literal
final function set EncryptionPassword (value : Literal)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal
Implémentations
IPasswordChangeOption.EncryptionPassword
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.