MsmqTransportSecurityElement.MsmqAuthenticationMode Properti

Definisi

Mendapatkan atau mengatur yang terkait dengan instans MsmqAuthenticationModeMsmqTransportSecurity kelas ini.

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

Nilai Properti

MsmqAuthenticationMode yang terkait dengan instans MsmqTransportSecurity kelas ini.

Atribut

Keterangan

Antrean Pesan (MSMQ) dapat mengautentikasi pesan yang dikirim ke antrean pesan yang memerlukan autentikasi, atau pesan dapat secara eksplisit meminta autentikasi. Mode autentikasi default adalah WindowsDomain.

Berlaku untuk