Share via


ISql90MasterKey.EncryptionPassword Property

Gets or sets the password for the master key.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90MasterKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace