CertUtils.GetCertInBase64EncodedForm(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method to get the Certificate's base 64 encoded string
public static string GetCertInBase64EncodedForm (string certFileName);
static member GetCertInBase64EncodedForm : string -> string
Public Shared Function GetCertInBase64EncodedForm (certFileName As String) As String
Parameters
- certFileName
- String
Certificate File Name
Returns
Base 64 encoded string of the certificate