C#
VB
C++
Gets or sets the name of a file containing Certification Authorities (CA) certificates in Privacy Enhanced Mail (PEM) format.
public string CertificationAuthoritiesFileName { get; set; }
Public Property CertificationAuthoritiesFileName As String
public:
property String^ CertificationAuthoritiesFileName {
String^ get();
void set ( String^ value);
}
The name of a file containing Certification Authorities (CA) certificates in Privacy Enhanced Mail (PEM) format. More than one CA certificate may be present in the file. The default is no file.