SignatureStatementBase.Cryptos 属性

获取加密机制的列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

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

.NET Framework 安全性

请参见

参考

SignatureStatementBase 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间