EasyUA Reference
ICertificateStore Interface Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ICertificateStore Interface

Glossary Item Box

The following tables list the members exposed by ICertificateStore.

Public Properties

 NameDescription
 PropertySupportsAccessControl Whether the store supports access control.  
 PropertySupportsCertificateAccessControl Whether the store supports access control on certificates.  
 PropertySupportsCRLs Whether the store supports CRLs.  
 PropertySupportsPrivateKeys Whether the store supports private keys.  
Top

Public Methods

 NameDescription
 MethodAdd Adds a certificate to the store.  
 MethodAddCRL Adds a CRL to the store.  
 MethodClose Closes the store.  
 MethodDelete Deletes a certificate from the store.  
 MethodDeleteCRL Removes a CRL from the store.  
 MethodEnumerate Enumerates the certificates in the store.  
 MethodEnumerateCRLsOverloaded.  Returns the CRLs in the store.  
 MethodFindByThumbprint Finds the certificate with the specified thumprint.  
 MethodGetAccessRulesOverloaded.  Returns the access rules that are currently applied to the store.  
 MethodGetPrivateKeyFilePath Returns the file containing the private key for the specified certificate.  
 MethodIsRevoked Checks if issuer has revoked the certificate.  
 MethodOpen Opens the store at the specified location.  
 MethodSetAccessRulesOverloaded.  Sets the access rules that are currently applied to the store.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.