EmailMailboxValidateCertificatesRequest.Certificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|