SipNotificationAuthenticationProtocols Enumeration

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

The type of authentication used by a Session Initiation Protocol (SIP) server.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

[SerializableAttribute]
[FlagsAttribute]
public enum class SipNotificationAuthenticationProtocols

Member nameDescription
Kerberos

The server uses the Kerberos authentication protocol.

Ntlm

The server uses the NT LAN Manager (NTLM) authentication protocol.

Return to top
Show: