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

Glossary Item Box

The following tables list the members exposed by CertificateIdentifierCollection.

Public Constructors

 NameDescription
Public ConstructorCertificateIdentifierCollection ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public PropertyCountGets the number of elements contained in the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public PropertySupportsAccessControl Whether the store supports access control.  
Public PropertySupportsCertificateAccessControl Whether the store supports access control on certificates.  
Public PropertySupportsCRLs Whether the store support CRLs.  
Public PropertySupportsPrivateKeys Whether the store supports private keys.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Adds a certificate to the store.  
Public MethodAddCRL Adds a CRL to the store.  
Public MethodAddRangeAdds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodAsReadOnlyReturns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodClearRemoves all elements from the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodClone Creates a new object that is a copy of the current instance.  
Public MethodClose Closes the store.  
Public MethodContainsDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodConvertAllConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodDelete Deletes a certificate from the store.  
Public MethodDeleteCRL Removes a CRL from the store.  
Public MethodDispose Frees any unmanaged resources.  
Public MethodEnumerate Enumerates the certificates in the store.  
Public MethodEnumerateCRLsOverloaded.  Returns the CRLs in the store.  
Public MethodExistsDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodFindSearches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodFindAllRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodFindByThumbprint Finds the certificate with the specified thumprint.  
Public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodFindLastSearches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodForEachPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodGetAccessRulesOverloaded.  Returns the access rules that are currently applied to the store.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodGetPrivateKeyFilePath Returns the file containing the private key for the specified certificate.  
Public MethodGetRangeCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodInsertInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodInsertRangeInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodIsRevoked Checks if issuer has revoked the certificate.  
Public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodOpen Opens the store at the specified location.  
Public MethodRemoveRemoves the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodRemoveAllRemoves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodRemoveAtRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodRemoveRangeRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodReverseOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodSetAccessRulesOverloaded.  Sets the access rules that are currently applied to the store.  
Public MethodSortOverloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodToArrayCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodTrimExcessSets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Public MethodTrueForAllDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CertificateIdentifier>)
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.