'Declaration Public Shared Function Create( _ ByVal certificatePath As String, _ ByVal certificatePassword As String _ ) As DigitalCertificate
'Usage Dim certificatePath As String Dim certificatePassword As String Dim value As DigitalCertificate value = DigitalCertificate.Create(certificatePath, certificatePassword)
public static DigitalCertificate Create( string certificatePath, string certificatePassword )
Parameters
- certificatePath
- The path to the certificate to register.
- certificatePassword
- The password required to access the certificate.