Aracılığıyla paylaş


SignatureStatementBase.Cryptos Özellik

Þifreleme düzenekleri listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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>

Özellik Değeri

Tür: System.Collections.Generic.IList<CryptoMechanism>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SignatureStatementBase Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı