Метод | Описание | |
---|---|---|
AddCertificate ( |
Adds a certificate in the user's local store
|
|
AddCertificate ( string filePath ) : void |
Adds a certificate in the user's local store
|
|
AddProtectedCertificate ( string filePath, string password ) : void |
Adds a protected certificate in the user's local store
|
|
FindByFriendlyName ( string friendlyName ) : |
Finds a certificate, in the user's local store, by its friendly name
|
|
GetCertificates ( ) : List |
Retrieves the user's local certificates
|
public static AddCertificate ( |
||
certificate | Certificate to add to the store | |
Результат | void |
public static AddCertificate ( string filePath ) : void | ||
filePath | string | Path to the file containing the certificate to add |
Результат | void |
public static AddProtectedCertificate ( string filePath, string password ) : void | ||
filePath | string | Path to the file that contains the certificate |
password | string | Password to access the certificate data |
Результат | void |
public static FindByFriendlyName ( string friendlyName ) : |
||
friendlyName | string | Friendly name of the certificates |
Результат |
public static GetCertificates ( ) : List |
||
Результат | List |