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 or sets an additional encryption algorithm to fall back to if the primary algorithm cannot be agreed upon.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property EncryptionAlgorithmPart2 As Sql90ServiceBrokerEncryptionAlgorithm
Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart2 { get; set; }
property Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart2 {
Sql90ServiceBrokerEncryptionAlgorithm get ();
void set (Sql90ServiceBrokerEncryptionAlgorithm value);
}
abstract EncryptionAlgorithmPart2 : Sql90ServiceBrokerEncryptionAlgorithm with get, set
function get EncryptionAlgorithmPart2 () : Sql90ServiceBrokerEncryptionAlgorithm
function set EncryptionAlgorithmPart2 (value : Sql90ServiceBrokerEncryptionAlgorithm)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql90ServiceBrokerEncryptionAlgorithm
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.