CryptoMechanism.PasswordOrSignature Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the password or signature.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public Literal PasswordOrSignature { get; set; }
public:
property Literal^ PasswordOrSignature {
    Literal^ get();
    void set(Literal^ value);
}
member PasswordOrSignature : Literal with get, set
Public Property PasswordOrSignature As Literal

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal

The password or signature.

See Also

CryptoMechanism Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top