public class X509CertStoreSelector : ISelector<X509Certificate>,
ICloneable
Public Class X509CertStoreSelector
Implements ISelector(Of X509Certificate), ICloneable
public ref class X509CertStoreSelector : ISelector<X509Certificate^>,
ICloneable
Org.BouncyCastle.X509.Store.X509CertStoreSelector = function();
Type.createClass(
'Org.BouncyCastle.X509.Store.X509CertStoreSelector',
null,
Org.BouncyCastle.Utilities.Collections.ISelector`1,
ICloneable);
X509CertStoreSelector | Initializes a new instance of the X509CertStoreSelector class |
X509CertStoreSelector(X509CertStoreSelector) | Initializes a new instance of the X509CertStoreSelector class |
AuthorityKeyIdentifier | |
BasicConstraints | |
Certificate | |
CertificateValid | |
ExtendedKeyUsage | |
IgnoreX509NameOrdering | |
Issuer | |
KeyUsage | |
Policy |
An C#
C#
|
PrivateKeyValid | |
SerialNumber | |
Subject | |
SubjectKeyIdentifier | |
SubjectPublicKey | |
SubjectPublicKeyAlgID |
Clone | |
Equals | 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) |
GetHashCodeOfSubjectKeyIdentifier | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Match | |
MatchesIssuer | |
MatchesSerialNumber | |
MatchesSubjectKeyIdentifier | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |