CryptoMechanism.PasswordOrSignature Property

Definition

The password or signature. If this is a password, must be a string literal. If it's a signature, must be a binary literal. May be null.

public Microsoft.SqlServer.TransactSql.ScriptDom.Literal PasswordOrSignature { get; set; }
member this.PasswordOrSignature : Microsoft.SqlServer.TransactSql.ScriptDom.Literal with get, set
Public Property PasswordOrSignature As Literal

Property Value

Applies to