Table of Contents

Class ExternalEvidence

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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

obj object

The object to compare with this instance.

Returns

bool

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

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.