X509NameEquivalent(X509Name, Boolean) Method

Definition

Namespace: Org.BouncyCastle.Asn1.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public bool Equivalent(
	X509Name other,
	bool inOrder
)

Parameters

other  X509Name
The X509Name object to test equivalency against.
inOrder  Boolean
If true, the order of elements must be the same, as well as the values associated with each element.

Return Value

Boolean

See Also