ISql90Certificate.NewKeyEncryptionPassword Property
Gets or sets the new key encryption password.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property NewKeyEncryptionPassword As String
Get
Set
'Usage
Dim instance As ISql90Certificate
Dim value As String
value = instance.NewKeyEncryptionPassword
instance.NewKeyEncryptionPassword = value
string NewKeyEncryptionPassword { get; set; }
property String^ NewKeyEncryptionPassword {
String^ get ();
void set (String^ value);
}
function get NewKeyEncryptionPassword () : String
function set NewKeyEncryptionPassword (value : String)
abstract NewKeyEncryptionPassword : string with get, set
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.