Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property EncryptionMechanism As ISql90SignatureEncryptionMechanism
'Usage
Dim instance As ISql90Signature
Dim value As ISql90SignatureEncryptionMechanism
value = instance.EncryptionMechanism
instance.EncryptionMechanism = value
ISql90SignatureEncryptionMechanism EncryptionMechanism { get; set; }
property ISql90SignatureEncryptionMechanism^ EncryptionMechanism {
ISql90SignatureEncryptionMechanism^ get ();
void set (ISql90SignatureEncryptionMechanism^ value);
}
function get EncryptionMechanism () : ISql90SignatureEncryptionMechanism
function set EncryptionMechanism (value : ISql90SignatureEncryptionMechanism)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90SignatureEncryptionMechanism
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.