Partager via


Propriété CryptoMechanism.PasswordOrSignature

Gets or sets the password or signature.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property PasswordOrSignature As Literal 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The password or signature.

Voir aussi

Référence

CryptoMechanism Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom