Share via


ISql90Certificate.PrivateKeyDecryptionPassword Property

Gets or sets the private key decryption password.

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

Syntax

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

value = instance.PrivateKeyDecryptionPassword

instance.PrivateKeyDecryptionPassword = value
string PrivateKeyDecryptionPassword { get; set; }
property String^ PrivateKeyDecryptionPassword {
    String^ get ();
    void set (String^ value);
}
function get PrivateKeyDecryptionPassword () : String
function set PrivateKeyDecryptionPassword (value : String)
abstract PrivateKeyDecryptionPassword : 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