Share via


SipServer.AuthenticationType Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As SipServer
Dim value As SipNotificationAuthenticationProtocols

value = instance.AuthenticationType

instance.AuthenticationType = value

Syntax

'Declaration
Public Property AuthenticationType As SipNotificationAuthenticationProtocols
public 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 Value

Returns aSipNotificationAuthenticationProtocols value that contains the SIP server's authentication protocol.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SipServer Class
SipServer Members
Microsoft.EnterpriseManagement.Administration Namespace