Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

44 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="NonDualMessageSecurityOverHttp" FullName="System.ServiceModel.NonDualMessageSecurityOverHttp">
<TypeSignature Language="C#" Value="public sealed class NonDualMessageSecurityOverHttp : System.ServiceModel.MessageSecurityOverHttp" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit NonDualMessageSecurityOverHttp extends System.ServiceModel.MessageSecurityOverHttp" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ServiceModel.MessageSecurityOverHttp</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents the security settings of the wsHttpBinding binding.</para>
</summary>
</Docs>
<Members>
<Member MemberName="EstablishSecurityContext">
<MemberSignature Language="C#" Value="public bool EstablishSecurityContext { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool EstablishSecurityContext" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This property controls whether a security context token is established through a WS-SecureConversation exchange between the client and the service. Setting it to true requires that the remote party supports WS-SecureConversation.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a value that indicates whether a security context token is established.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>