Propriedade CertificateStatementBase.EncryptionPassword

Obtém ou define a senha de criptografia.

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

Sintaxe

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

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

Implementações

IPasswordChangeOption.EncryptionPassword

Segurança do .NET Framework

Consulte também

Referência

CertificateStatementBase Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql