X509Store
X509Store()
X509Store(IntPtr)
X509Store(StoreLocation)
X509Store(StoreName)
X509Store(String)
X509Store(StoreName, StoreLocation)
X509Store(String, StoreLocation)
X509Store(StoreName, StoreLocation, OpenFlags)
X509Store(String, StoreLocation, OpenFlags)
Certificates
IsOpen
Location
Name
StoreHandle
Add(X509Certificate2)
AddRange(X509Certificate2Collection)
Close()
Dispose()
Open(OpenFlags)
Remove(X509Certificate2)
RemoveRange(X509Certificate2Collection)
monoandroid
namespace System.Security.Cryptography.X509Certificates
{
public sealed class X509Store : IDisposable
{
public bool IsOpen { get; }
}
}
| nuget.org | 0.1 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.0 |
| .NET Core | 2.02.12.23.03.1 |
| .NET Standard | 2.1 |
Information specific to monoandroid | |
| Assembly | System , Version=2.0.5.0, PublicKeyToken=7cec85d7bea7798e |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API