MsmqTransportSecurityElement.MsmqEncryptionAlgorithm Eigenschaft

Definition

Ruft die dieser MsmqEncryptionAlgorithm Instanz der MsmqTransportSecurity Klasse zugeordnete Instanz ab oder legt sie fest.

public:
 property System::ServiceModel::MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { System::ServiceModel::MsmqEncryptionAlgorithm get(); void set(System::ServiceModel::MsmqEncryptionAlgorithm value); };
[System.Configuration.ConfigurationProperty("msmqEncryptionAlgorithm", DefaultValue=System.ServiceModel.MsmqEncryptionAlgorithm.RC4Stream)]
public System.ServiceModel.MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { get; set; }
[<System.Configuration.ConfigurationProperty("msmqEncryptionAlgorithm", DefaultValue=System.ServiceModel.MsmqEncryptionAlgorithm.RC4Stream)>]
member this.MsmqEncryptionAlgorithm : System.ServiceModel.MsmqEncryptionAlgorithm with get, set
Public Property MsmqEncryptionAlgorithm As MsmqEncryptionAlgorithm

Eigenschaftswert

Die MsmqEncryptionAlgorithm dieser Instanz der MsmqTransportSecurity Klasse zugeordnet ist.

Attribute

Hinweise

Message Queuing (MSMQ) kann Nachrichten im Draht verschlüsseln, wenn Nachrichten zwischen Nachrichtenwarteschleifen-Manager übertragen werden. Der Standardverschlüsselungsalgorithmus ist RC4Stream.

Gilt für: