'DeclarationPublic Function New( _ ByVal filePath As String, _ ByVal pkiFileFormat As PkiFileFormat, _ ByVal withPrivateKey As Boolean _ )
'UsageDim filePath As String Dim pkiFileFormat As PkiFileFormat Dim withPrivateKey As Boolean Dim instance As New UAExportCertificateArguments(filePath, pkiFileFormat, withPrivateKey)
public UAExportCertificateArguments( string filePath, PkiFileFormat pkiFileFormat, bool withPrivateKey )
public: UAExportCertificateArguments( String^ filePath, PkiFileFormat pkiFileFormat, bool withPrivateKey )
Parameters
- filePath
 - The name of the file to which the certificate will be exported.
The value of this parameter cannot be
null(Nothingin Visual Basic). - pkiFileFormat
 - File format in which the certificate will be exported.
 - withPrivateKey
 - Determines whether the private key will be exported with the certificate.