Partilhar via


Propriedade ISql90Certificate.NewKeyEncryptionPassword

Obtém ou define a senha com a qual criptografar a chave de nova para o certificado.

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

Sintaxe

'Declaração
Property NewKeyEncryptionPassword As String
    Get
    Set
string NewKeyEncryptionPassword { get; set; }
property String^ NewKeyEncryptionPassword {
    String^ get ();
    void set (String^ value);
}
abstract NewKeyEncryptionPassword : string with get, set
function get NewKeyEncryptionPassword () : String
function set NewKeyEncryptionPassword (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90Certificate Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel