HashAlgorithmName Structure |
Namespace: MongoDB.Driver.Core.Authentication.Vendored
The HashAlgorithmName type exposes the following members.
Name | Description | |
---|---|---|
![]() | HashAlgorithmName |
Gets a HashAlgorithmName representing a custom name.
|
Name | Description | |
---|---|---|
![]() ![]() | MD5 |
Gets a HashAlgorithmName representing "MD5"
|
![]() | Name |
Gets the underlying string representation of the algorithm name.
|
![]() ![]() | SHA1 |
Gets a HashAlgorithmName representing "SHA1"
|
![]() ![]() | SHA256 |
Gets a HashAlgorithmName representing "SHA256"
|
![]() ![]() | SHA384 |
Gets a HashAlgorithmName representing "SHA384"
|
![]() ![]() | SHA512 |
Gets a HashAlgorithmName representing "SHA512"
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) |
![]() | Equals(HashAlgorithmName) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | Inequality |
Implements the operator !=.
|
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |