IMessageQueueTask.EncryptionAlgo Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Property EncryptionAlgo As EncryptionAlgorithmWrapper
Get
Set
'Usage
Dim instance As IMessageQueueTask
Dim value As EncryptionAlgorithmWrapper
value = instance.EncryptionAlgo
instance.EncryptionAlgo = value
EncryptionAlgorithmWrapper EncryptionAlgo { get; set; }
property EncryptionAlgorithmWrapper^ EncryptionAlgo {
EncryptionAlgorithmWrapper^ get ();
void set (EncryptionAlgorithmWrapper^ value);
}
abstract EncryptionAlgo : EncryptionAlgorithmWrapper with get, set
function get EncryptionAlgo () : EncryptionAlgorithmWrapper
function set EncryptionAlgo (value : EncryptionAlgorithmWrapper)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.EncryptionAlgorithmWrapper
The name of the encryption algorithm.