Interface ICertificateStore
Namespace: Catalyst.Abstractions.Cryptography
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ICertificateStore
Methods
| Improve this Doc View SourceReadOrCreateCertificateFile(String)
Declaration
X509Certificate2 ReadOrCreateCertificateFile(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileName |
Returns
| Type | Description |
|---|---|
| System.Security.Cryptography.X509Certificates.X509Certificate2 |