CollaborationPlatform.AllowedAuthenticationProtocol Property
Gets or sets the authentication protocol to be used for client endpoints.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property AllowedAuthenticationProtocol As SipAuthenticationProtocols
Get
Set
'Usage
Dim instance As CollaborationPlatform
Dim value As SipAuthenticationProtocols
value = instance.AllowedAuthenticationProtocol
instance.AllowedAuthenticationProtocol = value
public SipAuthenticationProtocols AllowedAuthenticationProtocol { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.SipAuthenticationProtocols