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 first preference algorithm, if specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property AlgorithmPartOne As EncryptionAlgorithmPreference
Get
Set
'Usage
Dim instance As EncryptionPayloadOption
Dim value As EncryptionAlgorithmPreference
value = instance.AlgorithmPartOne
instance.AlgorithmPartOne = value
public EncryptionAlgorithmPreference AlgorithmPartOne { get; set; }
public:
property EncryptionAlgorithmPreference AlgorithmPartOne {
EncryptionAlgorithmPreference get ();
void set (EncryptionAlgorithmPreference value);
}
member AlgorithmPartOne : EncryptionAlgorithmPreference with get, set
function get AlgorithmPartOne () : EncryptionAlgorithmPreference
function set AlgorithmPartOne (value : EncryptionAlgorithmPreference)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionAlgorithmPreference
The first preference algorithm.