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