Enum BsonBinarySubType
Represents the binary data subtype of a BsonBinaryData.
[Serializable]
public enum BsonBinarySubType- Extension Methods
Fields
- Binary = 0
- Binary data. 
- Function = 1
- A function. 
- [Obsolete("Use Binary instead")] OldBinary = 2
- Obsolete binary data subtype (use Binary instead). 
- UuidLegacy = 3
- A UUID in a driver dependent legacy byte order. 
- UuidStandard = 4
- A UUID in standard network byte order. 
- MD5 = 5
- An MD5 hash. 
- Encrypted = 6
- Encrypted binary data. 
- Column = 7
- Column data. 
- Sensitive = 8
- Sensitive data. 
- UserDefined = 128
- User defined binary data.