Partilhar via


Propriedade ISql90Signature.EncryptionMechanism

Obtém ou define o mecanismo de criptografia.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql90SignatureEncryptionMechanism

Segurança do .NET Framework

Consulte também

Referência

ISql90Signature Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel