共用方式為


X509Store Constructor (Session, StoreName)

Initializes a new instance of the X509Store class using the specified StoreName value.

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

Syntax

public X509Store (
         Session session,
         StoreName storeName
)

Parameters

  • session
    The Cryptoki session for which this store is to be used.
  • storeName
    One of the enumeration values that specifies the name of the X.509 certificate store.

Remarks

Use this constructor to create an X.509 store for the current user that corresponds to values enumerated by StoreName.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

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