Class RecipientID
- Namespace
- Org.BouncyCastle.Cms
- Assembly
- BouncyCastle.Cryptography.dll
public class RecipientID : X509CertStoreSelector, ISelector<X509Certificate>, ICloneable, IEquatable<RecipientID>
- Inheritance
-
RecipientID
- Implements
- Inherited Members
Properties
KeyIdentifier
public byte[] KeyIdentifier { get; set; }
Property Value
- byte[]
Methods
Equals(RecipientID)
Indicates whether the current object is equal to another object of the same type.
public virtual bool Equals(RecipientID other)
Parameters
otherRecipientIDAn object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.