Class ExternalEvidence
Evidence of a MongoIdentity via an external mechanism. For example, on windows this may be the current process' user or, on linux, via kinit.
public sealed class ExternalEvidence : MongoIdentityEvidence
- Inheritance
-
ExternalEvidence
- Inherited Members
Constructors
ExternalEvidence()
Initializes a new instance of the ExternalEvidence class.
public ExternalEvidence()
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
public override bool Equals(object obj)
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.