SignatureStatementBase.Cryptos 属性

Gets or sets the list of encryption mechanisms.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property Cryptos As IList(Of CryptoMechanism)
    Get
用法
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>

属性值

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

请参阅

参考

SignatureStatementBase 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间