Dela via


ISql90AsymmetricKey.EncryptionPassword Property

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

Syntax

'Declaration
Property EncryptionPassword As String
'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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90AsymmetricKey Interface

ISql90AsymmetricKey Members

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