SignatureStatementBase.Cryptos Property

Gets a list of encryption mechanisms.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Cryptos As IList(Of CryptoMechanism)
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>

.NET Framework Security

See Also

Reference

SignatureStatementBase Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace