Opc.Ua.Core
ICertificateStore Interface Members
Properties  Methods 

Opc.Ua Namespace : ICertificateStore Interface

The following tables list the members exposed by ICertificateStore.

Public Properties
 NameDescription
 Property Gets a value indicating whether any private keys are found in the store.  
 Property The store path used to open the store.  
 Property The store type.  
 Property Whether the store supports CRLs.  
 Property If the store supports the LoadPrivateKey operation.  
Top
Public Methods
 NameDescription
 Method Adds a certificate to the store.  
 Method Adds a CRL to the store.  
 Method Adds a rejected certificate chain to the store.  
 Method Closes the store.  
 Method Deletes a certificate from the store.  
 Method Removes a CRL from the store.  
 Method (Inherited from System.IDisposable)
 Method Enumerates the certificates in the store.  
 MethodOverloaded.  Returns the CRLs in the store.  
 Method Finds the certificate with the specified thumbprint.  
 Method Checks if issuer has revoked the certificate.  
 Method Finds the certificate with the specified thumbprint.  
 Method Opens the store at the specified location.  
Top
See Also

Reference

ICertificateStore Interface
Opc.Ua Namespace