Поделиться через


ISql90Signature.EncryptionMechanism Property

Gets or sets the encryption mechanism.

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

Syntax

'Declaration
Property EncryptionMechanism As ISql90SignatureEncryptionMechanism
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90Signature Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace