Table of Contents

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

other RecipientID

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.