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;} |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also