PeerSecurityElement.Mode 属性
定义
获取或设置配置了此元素的对等方所使用的安全类型。Gets or sets the type of security used by peers configured with this element.
public:
property System::ServiceModel::SecurityMode Mode { System::ServiceModel::SecurityMode get(); void set(System::ServiceModel::SecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.SecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.Mode : System.ServiceModel.SecurityMode with get, set
Public Property Mode As SecurityMode
属性值
SecurityMode 枚举值,该值指定配置了此元素的对等方所使用的安全类型。SecurityMode enumeration value that specifies the type of security used by peers configured with this element.
- 属性