Compartir a través de


CertificateStatementBase.EncryptionPassword (Propiedad)

Obtiene o establece la contraseña de cifrado.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Implementaciones

IPasswordChangeOption.EncryptionPassword

Seguridad de .NET Framework

Vea también

Referencia

CertificateStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)