AuthenticationInfo.CertificateAuthorized

The CertificateAuthorized property indicates whether the certificate from the message sender is validated by a certificate signing authority.

Syntax

  Copy imageCopy Code
public Boolean CertificateAuthorized {get;}

Syntax

  Copy imageCopy Code
Public ReadOnly Property CertificateAuthorized As Boolean

Remarks

If true, the certificate offered by the message sender has been authorized by a signing authority; if false, it has not.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also