System.Security.Cryptography.Pkcs.ContentInfo.GetContentType C# (CSharp) Method

GetContentType() public static method

public static GetContentType ( byte encodedMessage ) : System.Security.Cryptography.Oid
encodedMessage byte
return System.Security.Cryptography.Oid
        public static System.Security.Cryptography.Oid GetContentType(byte[] encodedMessage)
        {
            throw null;
        }