Method | Description | |
---|---|---|
ExportCertificateWithPrivateKey ( |
Exports the cert supplied into a byte arrays and secures it with a randomly generated password.
|
|
FindCertificateByThumbprint ( StoreName storeName, StoreLocation storeLocation, string thumbprint, bool validationRequired ) : |
Finds the cert having thumbprint supplied from store location supplied
|
|
FindCertificateByThumbprint ( string thumbprint, bool validateCertificate ) : |
Finds the cert having thumbprint supplied defaulting to the personal store of currrent user.
|
public static ExportCertificateWithPrivateKey ( |
||
cert | ||
password | string | |
return | byte[] |
public static FindCertificateByThumbprint ( StoreName storeName, StoreLocation storeLocation, string thumbprint, bool validationRequired ) : |
||
storeName | StoreName | |
storeLocation | StoreLocation | |
thumbprint | string | |
validationRequired | bool | |
return |
public static FindCertificateByThumbprint ( string thumbprint, bool validateCertificate ) : |
||
thumbprint | string | |
validateCertificate | bool | |
return |