Partager via


X509Store.Name Property

Gets the name of the X.509 certificate store.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)

Syntax

public string Name { get; }

Property Value

The name of the certificate store.

Remarks

This property returns the X.509 certificate store name. This value can indicate the type of certificates stored, such as root certificates or certificates from trusted publishers.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

X509Store Class
X509Store Members
System.Security.Cryptography.X509Certificates Namespace