Method | Description | |
---|---|---|
Add ( |
||
AddCRL ( |
Adds a CRL to the store.
|
|
Close ( ) : void | ||
Delete ( string thumbprint ) : Task |
||
DeleteCRL ( |
Removes a CRL from the store.
|
|
DirectoryCertificateStore ( ) : System |
Initializes a store with the specified directory path.
|
|
Dispose ( ) : void |
May be called by the application to clean up resources.
|
|
Enumerate ( ) : Task |
||
EnumerateCRLs ( ) : List |
Returns the CRLs in the store.
|
|
EnumerateCRLs ( |
Returns the CRLs for the issuer.
|
|
FindByThumbprint ( string thumbprint ) : Task |
||
GetAccessRules ( ) : IList |
||
GetAccessRules ( string thumbprint ) : IList |
||
GetCrlFilePaths ( string thumbprint ) : string[] |
Gets the CRL file paths.
|
|
GetPrivateKeyFilePath ( string thumbprint ) : string | ||
GetPublicKeyFilePath ( string thumbprint ) : string | ||
IsRevoked ( |
Checks if issuer has revoked the certificate.
|
|
LoadPrivateKey ( string thumbprint, string subjectName, string password ) : |
Loads the private key from a PFX file in the certificate store.
|
|
Open ( string location ) : void | ||
SetAccessRules ( IList |
||
SetAccessRules ( string thumbprint, IList |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Cleans up all resources held by the object.
|
Method | Description | |
---|---|---|
Find ( string thumbprint ) : Entry |
Finds the public key for the certificate.
|
|
GetFileName ( |
Returns the file name to use for the certificate.
|
|
Load ( string thumbprint ) : Entry>.IDictionary |
Reads the current contents of the directory from disk.
|
|
WriteFile ( byte data, string fileName, bool includePrivateKey ) : void |
Writes the data to a file.
|
public Add ( |
||
certificate | ||
return | Task |
public DirectoryCertificateStore ( ) : System | ||
return | System |
public EnumerateCRLs ( |
||
issuer | ||
return | List |
public FindByThumbprint ( string thumbprint ) : Task |
||
thumbprint | string | |
return | Task |
public GetAccessRules ( string thumbprint ) : IList |
||
thumbprint | string | |
return | IList |
public GetCrlFilePaths ( string thumbprint ) : string[] | ||
thumbprint | string | The certificate thumbprint. |
return | string[] |
public GetPrivateKeyFilePath ( string thumbprint ) : string | ||
thumbprint | string | |
return | string |
public GetPublicKeyFilePath ( string thumbprint ) : string | ||
thumbprint | string | |
return | string |
public IsRevoked ( |
||
issuer | ||
certificate | ||
return | Opc.Ua.StatusCode |
public LoadPrivateKey ( string thumbprint, string subjectName, string password ) : |
||
thumbprint | string | |
subjectName | string | |
password | string | |
return |
public SetAccessRules ( IList |
||
rules | IList |
|
replaceExisting | bool | |
return | void |
public SetAccessRules ( string thumbprint, IList |
||
thumbprint | string | |
rules | IList |
|
replaceExisting | bool | |
return | void |