Partilhar via


Propriedade ISql90SignatureEncryptionMechanism.Password

Obtém ou define a senha com a qual a assinatura é criada.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property Password As String
    Get
    Set
string Password { get; set; }
property String^ Password {
    String^ get ();
    void set (String^ value);
}
abstract Password : string with get, set
function get Password () : String
function set Password (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90SignatureEncryptionMechanism Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel