NetMsmqSecurityElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스는 NetMsmqSecurityElement 바인딩을 사용할 때 사용할 수 있는 MSMQ 보안 기능을 캡슐화합니다 NetMsmqBinding .
public ref class NetMsmqSecurityElement sealed : System::Configuration::ConfigurationElement
public ref class NetMsmqSecurityElement sealed : System::ServiceModel::Configuration::ServiceModelConfigurationElement
public sealed class NetMsmqSecurityElement : System.Configuration.ConfigurationElement
public sealed class NetMsmqSecurityElement : System.ServiceModel.Configuration.ServiceModelConfigurationElement
type NetMsmqSecurityElement = class
inherit ConfigurationElement
type NetMsmqSecurityElement = class
inherit ServiceModelConfigurationElement
Public NotInheritable Class NetMsmqSecurityElement
Inherits ConfigurationElement
Public NotInheritable Class NetMsmqSecurityElement
Inherits ServiceModelConfigurationElement
- 상속
- 상속
설명
이 형식의 개체는 바인딩의 NetMsmqBinding 인스턴스를 만들어 만들어집니다. 그런 다음 이 개체를 사용하여 바인딩과 관련된 다양한 보안 설정을 모두 참조할 NetMsmqBinding 수 있습니다.
생성자
| Name | Description |
|---|---|
| NetMsmqSecurityElement() |
NetMsmqSecurityElement 클래스의 새 인스턴스를 초기화합니다. |