Aracılığıyla paylaş


MsmqTransportSecurityElement.MsmqAuthenticationMode Özellik

Tanım

Sınıfının bu örneğiyle ilişkili olan öğesini MsmqTransportSecurity alır veya ayarlarMsmqAuthenticationMode.

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

Özellik Değeri

sınıfının MsmqAuthenticationMode bu örneğiyle ilişkili olan MsmqTransportSecurity .

Öznitelikler

Açıklamalar

Message Queuing (MSMQ), kimlik doğrulaması gerektiren ileti kuyruklarına gönderilen iletilerin kimliğini doğrulayabilir veya iletiler açıkça kimlik doğrulaması isteyebilir. Varsayılan kimlik doğrulama modu şeklindedir WindowsDomain.

Şunlara uygulanır