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 네임스페이스