Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the key encryption mechanisms.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property EncryptingMechanisms As IList(Of CryptoMechanism)
Get
'Usage
Dim instance As SymmetricKeyStatement
Dim value As IList(Of CryptoMechanism)
value = instance.EncryptingMechanisms
public IList<CryptoMechanism> EncryptingMechanisms { get; }
public:
property IList<CryptoMechanism^>^ EncryptingMechanisms {
IList<CryptoMechanism^>^ get ();
}
member EncryptingMechanisms : IList<CryptoMechanism>
function get EncryptingMechanisms () : IList<CryptoMechanism>
Property Value
Type: System.Collections.Generic.IList<CryptoMechanism>
The key encryption mechanisms.