Click or drag to resize

BsonBinarySubType Enumeration

Represents the binary data subtype of a BsonBinaryData.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
[SerializableAttribute]
public enum BsonBinarySubType
Members
  Member nameValueDescription
Binary0 Binary data.
Function1 A function.
OldBinary2 Obsolete. Obsolete binary data subtype (use Binary instead).
UuidLegacy3 A UUID in a driver dependent legacy byte order.
UuidStandard4 A UUID in standard network byte order.
MD55 An MD5 hash.
Encrypted6 Encrypted binary data.
UserDefined128 User defined binary data.
See Also