Method | Description | |
---|---|---|
AddToMyStore ( |
Adds a certificate to My store for the LocalMachine
|
|
CertificateGenerator ( ) : System | ||
CertificateGenerator ( string subscriptionId, |
||
Create ( string name, System.DateTime start, System.DateTime end, string userPassword, bool addtoStore = false ) : |
Static method used to create a certificate and return as a .net object
|
|
ExportToFileSystem ( string exportDirectory ) : void |
Used to export the certificates to the filesystem
|
|
ExportToStorageAccount ( string account, string container, string folder ) : string | ||
GetCerData ( ) : byte[] | ||
GetPemData ( ) : string | ||
GetPfxData ( ) : byte[] | ||
IsInMyStore ( |
Checks to see whether the certificate is in the appropriate store
|
|
RemoveFromMyStore ( |
Removes a certificate from My LocalMachine Store
|
Method | Description | |
---|---|---|
ReturnStore ( ) : |
Returns the My LocalMachine store
|
public AddToMyStore ( |
||
certificate2 | ||
return | void |
public CertificateGenerator ( string subscriptionId, |
||
subscriptionId | string | |
managementCertificate | ||
return | System |
public Create ( string name, System.DateTime start, System.DateTime end, string userPassword, bool addtoStore = false ) : |
||
name | string | |
start | System.DateTime | |
end | System.DateTime | |
userPassword | string | |
addtoStore | bool | |
return |
public ExportToFileSystem ( string exportDirectory ) : void | ||
exportDirectory | string | |
return | void |
public ExportToStorageAccount ( string account, string container, string folder ) : string | ||
account | string | |
container | string | |
folder | string | |
return | string |
public IsInMyStore ( |
||
certificate2 | ||
return | bool |
public RemoveFromMyStore ( |
||
certificate2 | ||
return | void |