Share via


ISql90Certificate.PrivateKeyEncryptionPassword Property

Gets or sets the private key encryption password.

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

Syntax

'Declaration
Property PrivateKeyEncryptionPassword As String
    Get
    Set
'Usage
Dim instance As ISql90Certificate
Dim value As String

value = instance.PrivateKeyEncryptionPassword

instance.PrivateKeyEncryptionPassword = value
string PrivateKeyEncryptionPassword { get; set; }
property String^ PrivateKeyEncryptionPassword {
    String^ get ();
    void set (String^ value);
}
function get PrivateKeyEncryptionPassword () : String
function set PrivateKeyEncryptionPassword (value : String)
abstract PrivateKeyEncryptionPassword : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

ISql90Certificate Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace