Gets or sets the name of a file containing Certification Authorities (CA) certificates in
Privacy Enhanced Mail (PEM) format.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CertificationAuthoritiesFileName As String |
C# | |
---|
public string CertificationAuthoritiesFileName {get; set;} |
Managed Extensions for C++ | |
---|
public: __property string* get_CertificationAuthoritiesFileName();
public: __property void set_CertificationAuthoritiesFileName(
string* value
); |
Return 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.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also