ISql90AsymmetricKey.EncryptionPassword Property

Gets or sets the encryption password.

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

Syntax

'Declaration
Property EncryptionPassword As String
    Get
    Set
'Usage
Dim instance As ISql90AsymmetricKey
Dim value As String

value = instance.EncryptionPassword

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

Property Value

Type: System.String
Returns a string that contains the password.

.NET Framework Security

See Also

Reference

ISql90AsymmetricKey Interface

ISql90AsymmetricKey Members

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