Compartir a través de


CertificateStatementBase.DecryptionPassword (Propiedad)

Obtiene o establece la contraseña de descifrado.

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 DecryptionPassword As Literal
    Get
    Set
public Literal DecryptionPassword { get; set; }
public:
virtual property Literal^ DecryptionPassword {
    Literal^ get () sealed;
    void set (Literal^ value) sealed;
}
abstract DecryptionPassword : Literal with get, set
override DecryptionPassword : Literal with get, set
final function get DecryptionPassword () : Literal
final function set DecryptionPassword (value : Literal)

Valor de propiedad

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

Implementaciones

IPasswordChangeOption.DecryptionPassword

Seguridad de .NET Framework

Vea también

Referencia

CertificateStatementBase Clase

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