Compartilhar via


Propriedade ISql90Certificate.PrivateKeyEncryptionPassword

Obtém ou define a senha com o qual deseja criptografar a chave particular do certificado.

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

Sintaxe

'Declaração
Property PrivateKeyEncryptionPassword As String
    Get
    Set
string PrivateKeyEncryptionPassword { get; set; }
property String^ PrivateKeyEncryptionPassword {
    String^ get ();
    void set (String^ value);
}
abstract PrivateKeyEncryptionPassword : string with get, set
function get PrivateKeyEncryptionPassword () : String
function set PrivateKeyEncryptionPassword (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