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