Indicates whether the certificate is authorized.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
CertificateAuthorized 
As 
Boolean
	
Get
Visual Basic (usage)
Dim 
instance 
As 

AuthenticationInfo
Dim 
value 
As 
Boolean

value = instance.
CertificateAuthorized
C#
public 
bool 
CertificateAuthorized { 
get; }

Property value

Type: System . . :: . . Boolean

Remarks

This flag is deprecated and will always return false.

See also