IPasswordChangeOption Interface

Holds passwords for encrypting/decrypting a private key.

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

Syntax

'Declaration
Public Interface IPasswordChangeOption
public interface IPasswordChangeOption
public interface class IPasswordChangeOption
type IPasswordChangeOption =  interface end
public interface IPasswordChangeOption

The IPasswordChangeOption type exposes the following members.

Properties

  Name Description
Public property DecryptionPassword Gets or sets an optional private key decryption password.
Public property EncryptionPassword Gets or sets an optional private key encryption password.

Top

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace