Show / Hide Table of Contents

    Interface ICertificateStore

    Namespace: Catalyst.Abstractions.Cryptography
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface ICertificateStore

    Methods

    | Improve this Doc View Source

    ReadOrCreateCertificateFile(String)

    Declaration
    X509Certificate2 ReadOrCreateCertificateFile(string fileName)
    Parameters
    Type Name Description
    System.String fileName
    Returns
    Type Description
    System.Security.Cryptography.X509Certificates.X509Certificate2
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network