X509ChainElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an element of an X.509 chain.
public ref class X509ChainElement
public class X509ChainElement
type X509ChainElement = class
Public Class X509ChainElement
- Inheritance
-
X509ChainElement
Remarks
This object is constructed internally and is returned as part of an X509ChainElementCollection when calling the ChainElements property.
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |