public class X509CertPairStoreSelector : ISelector<X509CertificatePair>,
ICloneablePublic Class X509CertPairStoreSelector
Implements ISelector(Of X509CertificatePair), ICloneablepublic ref class X509CertPairStoreSelector : ISelector<X509CertificatePair^>,
ICloneableOrg.BouncyCastle.X509.Store.X509CertPairStoreSelector = function();
Type.createClass(
'Org.BouncyCastle.X509.Store.X509CertPairStoreSelector',
null,
Org.BouncyCastle.Utilities.Collections.ISelector`1,
ICloneable);IX509SelectorX509CertStoreSelector| 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) |