SipServer.AuthenticationType Property

Updated: April 16, 2012

Gets or sets the authentication protocol the SIP server uses to identify the notification source. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As SipServer Dim value As SipNotificationAuthenticationProtocols value = instance.AuthenticationType instance.AuthenticationType = valuePublic Property AuthenticationType As SipNotificationAuthenticationProtocolspublic SipNotificationAuthenticationProtocols AuthenticationType { get; set; }public: property SipNotificationAuthenticationProtocols AuthenticationType { SipNotificationAuthenticationProtocols get (); void set (SipNotificationAuthenticationProtocols value); }/** @property */ public SipNotificationAuthenticationProtocols get_AuthenticationType () /** @property */ public void set_AuthenticationType (SipNotificationAuthenticationProtocols value) public function get AuthenticationType () : SipNotificationAuthenticationProtocols public function set AuthenticationType (value : SipNotificationAuthenticationProtocols) Property ValueReturns aSipNotificationAuthenticationProtocols value that contains the SIP server's authentication protocol.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms