System.Security.Cryptography.Pkcs.ContentInfo.GetContentType C# (CSharp) Метод

GetContentType() публичный статический Метод

public static GetContentType ( byte encodedMessage ) : System.Security.Cryptography.Oid
encodedMessage byte
Результат System.Security.Cryptography.Oid
        public static System.Security.Cryptography.Oid GetContentType(byte[] encodedMessage)
        {
            throw null;
        }