SignatureStatementBase.Cryptos Property

 

Applies To: SQL Server 2016 Preview

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

public IList<CryptoMechanism> Cryptos { get; }
public:
property IList<CryptoMechanism^>^ Cryptos {
    IList<CryptoMechanism^>^ get();
}
member Cryptos : IList<CryptoMechanism> with get
Public ReadOnly Property Cryptos As IList(Of CryptoMechanism)

Property Value

Type: System.Collections.Generic.IList<CryptoMechanism>

The list of encryption mechanisms.

See Also

SignatureStatementBase Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top