X509ChainElement Class
Represents an element of an X.509 chain.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Certificate | Gets the X.509 certificate at a particular chain element. |
![]() | ChainElementStatus | Gets the error status of the current X.509 certificate in a chain. |
![]() | Information | Gets additional error information from an unmanaged certificate chain structure. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This object is constructed internally and is returned as part of an X509ChainElementCollection when calling the ChainElements property.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


