X509Store.Add Method (X509Certificate2, String)
Adds a certificate with a friendly name to an X.509 certificate store.
Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)
Syntax
public void Add (
X509Certificate2 certificate,
string friendlyName
)
Parameters
- certificate
The certificate to add. - friendlyName
The friendly name to apply to the certificate.
Remarks
Use this method to add a single certificate to an X.509 store.
Version Information
Available in the .NET Micro Framework version 4.2.
See Also
Reference
X509Store Class
X509Store Members
System.Security.Cryptography.X509Certificates Namespace