IX509Store public interface IX509Store Documentation IX509Certificate2Collection Certificates { get; } int Count { get; } StoreName Name { get; } void Add(IX509Certificate2 cert) void Close() bool Contains(byte[] certHash) List<IX509Certificate2> GetList() void Open(OpenFlags flags)