Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the second preference algorithm, if specified).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property AlgorithmPartTwo As EncryptionAlgorithmPreference
Get
Set
'Usage
Dim instance As EncryptionPayloadOption
Dim value As EncryptionAlgorithmPreference
value = instance.AlgorithmPartTwo
instance.AlgorithmPartTwo = value
public EncryptionAlgorithmPreference AlgorithmPartTwo { get; set; }
public:
property EncryptionAlgorithmPreference AlgorithmPartTwo {
EncryptionAlgorithmPreference get ();
void set (EncryptionAlgorithmPreference value);
}
member AlgorithmPartTwo : EncryptionAlgorithmPreference with get, set
function get AlgorithmPartTwo () : EncryptionAlgorithmPreference
function set AlgorithmPartTwo (value : EncryptionAlgorithmPreference)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionAlgorithmPreference
The second preference algorithm.