ISql90Signature.EncryptionMechanism – vlastnost
Získá nebo nastaví mechanismus šifrování.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.Sql.SchemaModel.ISql90SignatureEncryptionMechanism
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.