Share via


EmailMailboxValidateCertificatesRequest.Certificates Property

Definition

Gets the list of certificates to be validated.

public:
 property IVectorView<Certificate ^> ^ Certificates { IVectorView<Certificate ^> ^ get(); };
IVectorView<Certificate> Certificates();
public IReadOnlyList<Certificate> Certificates { get; }
var iVectorView = emailMailboxValidateCertificatesRequest.certificates;
Public ReadOnly Property Certificates As IReadOnlyList(Of Certificate)

Property Value

A list of certificates to be validated.

Windows requirements

App capabilities
email emailSystem

Applies to