Method | Description | |
---|---|---|
Create ( ) : |
Used to create the Cert
|
|
GetExisting ( string thumbprint, string password ) : |
Gets an existing certificate given a thumbprint from the Local Stores
|
|
ServiceCertificate ( ) : System |
Constructor used for an existing service certificate
|
|
ServiceCertificate ( string name ) : System |
Constructor to set default properties validity 1 year from today and default pvk "password"
|
|
ServiceCertificate ( string name, string password ) : System |
Constructor to set default properties validity 1 year from today and default pvk "password"
|
public Create ( ) : |
||
return |
public GetExisting ( string thumbprint, string password ) : |
||
thumbprint | string | |
password | string | |
return |
public ServiceCertificate ( string name ) : System | ||
name | string | |
return | System |
public ServiceCertificate ( string name, string password ) : System | ||
name | string | |
password | string | |
return | System |