CryptoMechanism.PasswordOrSignature Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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