Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The WindowsCertificateStore type exposes the following members.

Constructors

  NameDescription
Public methodWindowsCertificateStore
Initializes a store.

Methods

  NameDescription
Public methodAdd
Public methodClose
Public methodDelete
Public methodDispose()()()()
May be called by the application to clean up resources.
Protected methodDispose(Boolean)
Cleans up all resources held by the object.
Public methodEnumerate
Public methodStatic memberEnumerateStores
Enumerates the available windows certificate store.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Called by the runtime when the object is disposed.
(Overrides Object..::..Finalize()()()().)
Public methodFindByThumbprint
Public methodFormat
Returns the string representation of the store.
Public methodGetAccessRules()()()()
Public methodGetAccessRules(String)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPrivateKeyFilePath
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen
Public methodPermanentlyDeleteStore
Deletes the store and all certificates contained within it.
Public methodSetAccessRules(IList<(Of <<'(ApplicationAccessRule>)>>), Boolean)
Public methodSetAccessRules(String, IList<(Of <<'(ApplicationAccessRule>)>>), Boolean)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDisplayName
A display name for the store.
Public propertyHostName
The name of the machine.
Public propertyServiceNameOrUserSid
The service name or user SID.
Public propertyStoreType
The type of windows store.
Public propertySupportsAccessControl
Public propertySupportsCertificateAccessControl
Public propertySupportsPrivateKeys
Public propertySymbolicName
The symbolic name for the store.

See Also