Delen via


SignatureStatementBase.Cryptos Property

Gets or sets the list of encryption mechanisms.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Cryptos As IList(Of CryptoMechanism)
    Get
'Usage
Dim instance As SignatureStatementBase 
Dim value As IList(Of CryptoMechanism)

value = instance.Cryptos
public IList<CryptoMechanism> Cryptos { get; }
public:
property IList<CryptoMechanism^>^ Cryptos {
    IList<CryptoMechanism^>^ get ();
}
member Cryptos : IList<CryptoMechanism>
function get Cryptos () : IList<CryptoMechanism>

Property Value

Type: System.Collections.Generic.IList<CryptoMechanism>
The list of encryption mechanisms.

See Also

Reference

SignatureStatementBase Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace