КриптоПро .NET
Search Results for

    Показать/Скрыть содержание

    Class CpX509Store

    Inheritance
    object
    CpX509Store
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography.X509Certificates
    Assembly: CryptoPro.Security.Cryptography.dll
    Syntax
    public sealed class CpX509Store : IDisposable

    Constructors

    CpX509Store()

    Declaration
    public CpX509Store()

    CpX509Store(nint)

    Declaration
    public CpX509Store(nint storeHandle)
    Parameters
    Type Name Description
    nint storeHandle

    CpX509Store(StoreLocation)

    Declaration
    public CpX509Store(StoreLocation storeLocation)
    Parameters
    Type Name Description
    StoreLocation storeLocation

    CpX509Store(StoreName)

    Declaration
    public CpX509Store(StoreName storeName)
    Parameters
    Type Name Description
    StoreName storeName

    CpX509Store(StoreName, StoreLocation)

    Declaration
    public CpX509Store(StoreName storeName, StoreLocation storeLocation)
    Parameters
    Type Name Description
    StoreName storeName
    StoreLocation storeLocation

    CpX509Store(StoreName, StoreLocation, OpenFlags)

    Declaration
    public CpX509Store(StoreName storeName, StoreLocation storeLocation, OpenFlags flags)
    Parameters
    Type Name Description
    StoreName storeName
    StoreLocation storeLocation
    OpenFlags flags

    CpX509Store(string)

    Declaration
    public CpX509Store(string storeName)
    Parameters
    Type Name Description
    string storeName

    CpX509Store(string, StoreLocation)

    Declaration
    public CpX509Store(string storeName, StoreLocation storeLocation)
    Parameters
    Type Name Description
    string storeName
    StoreLocation storeLocation

    CpX509Store(string, StoreLocation, OpenFlags)

    Declaration
    public CpX509Store(string storeName, StoreLocation storeLocation, OpenFlags flags)
    Parameters
    Type Name Description
    string storeName
    StoreLocation storeLocation
    OpenFlags flags

    Properties

    Certificates

    Declaration
    public CpX509Certificate2Collection Certificates { get; }
    Property Value
    Type Description
    CpX509Certificate2Collection

    IsOpen

    Declaration
    public bool IsOpen { get; }
    Property Value
    Type Description
    bool

    Location

    Declaration
    public StoreLocation Location { get; }
    Property Value
    Type Description
    StoreLocation

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    StoreHandle

    Declaration
    public nint StoreHandle { get; }
    Property Value
    Type Description
    nint

    Methods

    Add(CpX509Certificate2)

    Declaration
    public void Add(CpX509Certificate2 certificate)
    Parameters
    Type Name Description
    CpX509Certificate2 certificate

    AddRange(CpX509Certificate2Collection)

    Declaration
    public void AddRange(CpX509Certificate2Collection certificates)
    Parameters
    Type Name Description
    CpX509Certificate2Collection certificates

    Close()

    Declaration
    public void Close()

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Open(OpenFlags)

    Declaration
    public void Open(OpenFlags flags)
    Parameters
    Type Name Description
    OpenFlags flags

    Remove(CpX509Certificate2)

    Declaration
    public void Remove(CpX509Certificate2 certificate)
    Parameters
    Type Name Description
    CpX509Certificate2 certificate

    RemoveRange(CpX509Certificate2Collection)

    Declaration
    public void RemoveRange(CpX509Certificate2Collection certificates)
    Parameters
    Type Name Description
    CpX509Certificate2Collection certificates

    Implements

    IDisposable
    В этом разделе
    Наверх Generated by DocFX