.Net Where to find the official specification of the BinaryFormatter serialization format?

.net, binaryformatter

Solution

[MS-NRBF]: .NET Remoting: Binary Format Data Structure

Problem

I'd like to know what is the serialization format of the BinaryFormatter. I found this site which give some good informations, but it was obtained by reverse engineering and it is not complete. Where can I find the official specification of the BinaryFormatter serialization format?

Original source