SipServer.AuthenticationType Property
Applies To: Operations Manager for System Center 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)
Syntax
public SipNotificationAuthenticationProtocols AuthenticationType { get; set; }
public:
property SipNotificationAuthenticationProtocols AuthenticationType {
SipNotificationAuthenticationProtocols get();
void set(SipNotificationAuthenticationProtocols value);
}
member AuthenticationType : SipNotificationAuthenticationProtocols with get, set
Public Property AuthenticationType As SipNotificationAuthenticationProtocols
Property Value
Type: Microsoft.EnterpriseManagement.Administration.SipNotificationAuthenticationProtocols
Returns aSipNotificationAuthenticationProtocols value that contains the SIP server's authentication protocol.
See Also
SipServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top