Propriedade CertificateStatementBase.DecryptionPassword

Obtém ou define a senha de descriptografia.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Implementações

IPasswordChangeOption.DecryptionPassword

Segurança do .NET Framework

Consulte também

Referência

CertificateStatementBase Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql