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 the preferred encryption algorithm.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property EncryptionAlgorithmPart1 As Sql90ServiceBrokerEncryptionAlgorithm
Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart1 { get; set; }
property Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart1 {
Sql90ServiceBrokerEncryptionAlgorithm get ();
void set (Sql90ServiceBrokerEncryptionAlgorithm value);
}
abstract EncryptionAlgorithmPart1 : Sql90ServiceBrokerEncryptionAlgorithm with get, set
function get EncryptionAlgorithmPart1 () : Sql90ServiceBrokerEncryptionAlgorithm
function set EncryptionAlgorithmPart1 (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.