'DeclarationPublic Function New( _ ByVal filePath As String, _ ByVal pkiFileFormat As PkiFileFormat, _ ByVal newPrivateKeyPassword As String _ )
'UsageDim filePath As String Dim pkiFileFormat As PkiFileFormat Dim newPrivateKeyPassword As String Dim instance As New UAExportCertificateArguments(filePath, pkiFileFormat, newPrivateKeyPassword)
public UAExportCertificateArguments( string filePath, PkiFileFormat pkiFileFormat, string newPrivateKeyPassword )
public: UAExportCertificateArguments( String^ filePath, PkiFileFormat pkiFileFormat, String^ newPrivateKeyPassword )
Parameters
- filePath
 - The name of the file to which the certificate will be exported.
 - pkiFileFormat
 - File format in which the certificate will be exported.
 - newPrivateKeyPassword
 - The new password needed to access the private key (optional).