Share via


ISql90ServiceBrokerLanguageSpecifier.EncryptionAlgorithmPart2 Property

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

See Also

Reference

ISql90ServiceBrokerLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace