public class AttributeCertificateIssuer : ISelector<X509Certificate>,
ICloneable
Public Class AttributeCertificateIssuer
Implements ISelector(Of X509Certificate), ICloneable
public ref class AttributeCertificateIssuer : ISelector<X509Certificate^>,
ICloneable
Org.BouncyCastle.X509.AttributeCertificateIssuer = function();
Type.createClass(
'Org.BouncyCastle.X509.AttributeCertificateIssuer',
null,
Org.BouncyCastle.Utilities.Collections.ISelector`1,
ICloneable);
AttributeCertificateIssuer(AttCertIssuer) | Initializes a new instance of the AttributeCertificateIssuer class |
AttributeCertificateIssuer(X509Name) | Initializes a new instance of the AttributeCertificateIssuer class |
Clone | |
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) |
GetHashCode | (Overrides ObjectGetHashCode) |
GetPrincipals | Return any principal objects inside the attribute certificate issuer object. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Match | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |