Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the password or signature.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property PasswordOrSignature As Literal
Get
Set
'Usage
Dim instance As CryptoMechanism
Dim value As Literal
value = instance.PasswordOrSignature
instance.PasswordOrSignature = value
public Literal PasswordOrSignature { get; set; }
public:
property Literal^ PasswordOrSignature {
Literal^ get ();
void set (Literal^ value);
}
member PasswordOrSignature : Literal with get, set
function get PasswordOrSignature () : Literal
function set PasswordOrSignature (value : Literal)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The password or signature.