Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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