Share via


ISql90Certificate.PrivateKeyDecryptionPassword Property

Gets or sets the password that is required to decrypt the private key.

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

Syntax

'Declaration
Property PrivateKeyDecryptionPassword As String
string PrivateKeyDecryptionPassword { get; set; }
property String^ PrivateKeyDecryptionPassword {
    String^ get ();
    void set (String^ value);
}
abstract PrivateKeyDecryptionPassword : string with get, set
function get PrivateKeyDecryptionPassword () : String
function set PrivateKeyDecryptionPassword (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace