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

78 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="MsmqAuthenticationMode" FullName="System.ServiceModel.MsmqAuthenticationMode">
<TypeSignature Language="C#" Value="public enum MsmqAuthenticationMode" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed MsmqAuthenticationMode extends System.Enum" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Values from this enumeration are used by the </para>
<para>
<see cref="P:System.ServiceModel.MsmqTransportSecurity.MsmqAuthenticationMode" /> property to indicate how a message must be authenticated by the MSMQ transport.</para>
<para>If security is turned off by setting the <see cref="P:System.ServiceModel.MsmqTransportSecurity.MsmqAuthenticationMode" /> to <see cref="F:System.ServiceModel.MsmqAuthenticationMode.None" />, then the <see cref="P:System.ServiceModel.MsmqTransportSecurity.MsmqProtectionLevel" /> property must also be set to <see cref="F:System.Net.Security.ProtectionLevel.None" /> for consistency.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the type of authentication used for the binding.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Certificate">
<MemberSignature Language="C#" Value="Certificate" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ServiceModel.MsmqAuthenticationMode Certificate = int32(2)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.MsmqAuthenticationMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The client is authenticated using X.509 certificates. The client certificate must be present in the certificate store of the server.</para>
</summary>
</Docs>
</Member>
<Member MemberName="None">
<MemberSignature Language="C#" Value="None" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ServiceModel.MsmqAuthenticationMode None = int32(0)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.MsmqAuthenticationMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>No security is used with this binding.</para>
</summary>
</Docs>
</Member>
<Member MemberName="WindowsDomain">
<MemberSignature Language="C#" Value="WindowsDomain" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ServiceModel.MsmqAuthenticationMode WindowsDomain = int32(1)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.MsmqAuthenticationMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Kerberos is used for authentication. The client and server must be joined to a trusted domain.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>