public class X509CertPairStoreSelector : ISelector<X509CertificatePair>,
ICloneable
Public Class X509CertPairStoreSelector
Implements ISelector(Of X509CertificatePair), ICloneable
public ref class X509CertPairStoreSelector : ISelector<X509CertificatePair^>,
ICloneable
Org.BouncyCastle.X509.Store.X509CertPairStoreSelector = function();
Type.createClass(
'Org.BouncyCastle.X509.Store.X509CertPairStoreSelector',
null,
Org.BouncyCastle.Utilities.Collections.ISelector`1,
ICloneable);
IX509Selector
X509CertStoreSelector
X509CertPairStoreSelector | Initializes a new instance of the X509CertPairStoreSelector class |
CertPair | The certificate pair which is used for testing on equality. |
ForwardSelector | The certificate selector for the forward part. |
ReverseSelector | The certificate selector for the reverse part. |
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) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Match |
Decides if the given certificate pair should be selected. If
obj is not a C#
C#
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |