Method | Description | |
---|---|---|
DownloadSslCertificate ( string machineName, int port ) : |
Downloads the SSL certificate from an SSL site.
|
|
GetCertificate ( string name ) : |
Retrieves a named certificate.
|
|
GetCertificate ( string name, string password ) : |
Retrieves a named certificate.
|
|
GetCertificateFromStore ( StoreLocation location, StoreName name, X509FindType findType, object value ) : |
Retrieves a certificate from the certificate store.
|
|
GetCertificateFromStore ( string subjectDistinguishedName ) : |
Retrieves a certificate from the current user / personal certificate store.
|
|
GetCertificateFromStore ( string subjectDistinguishedName, StoreLocation location ) : |
Retrieves a certificate from the specified personal certificate store.
|
Method | Description | |
---|---|---|
GetReference ( string name ) : |
Retrieves a named certificate reference.
|
public static DownloadSslCertificate ( string machineName, int port ) : |
||
machineName | string | Name of the machine. |
port | int | The port. |
return |
public static GetCertificate ( string name ) : |
||
name | string | The name. |
return |
public static GetCertificate ( string name, string password ) : |
||
name | string | The name. |
password | string | The password. |
return |
public static GetCertificateFromStore ( StoreLocation location, StoreName name, X509FindType findType, object value ) : |
||
location | StoreLocation | The location. |
name | StoreName | The name. |
findType | X509FindType | Type of the find. |
value | object | The value. |
return |
public static GetCertificateFromStore ( string subjectDistinguishedName ) : |
||
subjectDistinguishedName | string | The subject distinguished name of the certificate. |
return |
public static GetCertificateFromStore ( string subjectDistinguishedName, StoreLocation location ) : |
||
subjectDistinguishedName | string | The subject distinguished name of the certificate. |
location | StoreLocation | The store location. |
return |