public class PkixCertPath
Public Class PkixCertPath
public ref class PkixCertPath
Org.BouncyCastle.Pkix.PkixCertPath = function();
Type.createClass(
'Org.BouncyCastle.Pkix.PkixCertPath');
PkixCertPath(IListX509Certificate) | Initializes a new instance of the PkixCertPath class |
PkixCertPath(Stream) | Initializes a new instance of the PkixCertPath class |
PkixCertPath(Stream, String) | Initializes a new instance of the PkixCertPath class |
Certificates | Returns the list of certificates in this certification path. |
Encodings |
Equals | (Overrides ObjectEquals(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) |
GetEncoded | |
GetEncoded(String) | |
GetHashCode | (Overrides ObjectGetHashCode) |
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) |