Compartir a través de


SipEndpoint.AuthenticationProtocol Property

Gets the authentication protocol currently in use with the server.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property AuthenticationProtocol As SipAuthenticationProtocols
    Get
'Usage
Dim instance As SipEndpoint
Dim value As SipAuthenticationProtocols

value = instance.AuthenticationProtocol
public SipAuthenticationProtocols AuthenticationProtocol { get; }

Property Value

Type: Microsoft.Rtc.Signaling.SipAuthenticationProtocols

Remarks

If there is no security context established with the server, the default value of SipAuthenticationProtocols.None is returned.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace