ISql90Signature.EncryptionMechanism-Eigenschaft

Ruft den Verschlüsselungsmechanismus ab oder legt ihn fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90Signature Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace