Compartir a través de


ISql90Certificate.NewKeyEncryptionPassword (Propiedad)

Obtiene o establece la contraseña con la que se cifra la nueva clave para el certificado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql90Certificate Interfaz

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