2 writes to AuthenticationMode
System.ServiceModel (2)
System\ServiceModel\Configuration\SecurityElementBase.cs (2)
366
this.
AuthenticationMode
= mode;
592
this.
AuthenticationMode
= mode;
4 references to AuthenticationMode
System.ServiceModel (4)
System\ServiceModel\Configuration\SecurityElement.cs (2)
48
if (this.
AuthenticationMode
== AuthenticationMode.SecureConversation)
52
if (this.SecureConversationBootstrap.
AuthenticationMode
== AuthenticationMode.SecureConversation)
System\ServiceModel\Configuration\SecurityElementBase.cs (2)
302
switch (this.
AuthenticationMode
)
356
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidEnumArgumentException("AuthenticationMode", (int)this.
AuthenticationMode
, typeof(AuthenticationMode)));