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;} |
Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also