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

ContentInfo() публичный Метод

public ContentInfo ( System contentType, byte content )
contentType System
content byte
        public ContentInfo(System.Security.Cryptography.Oid contentType, byte[] content)
        {
        }

Same methods

ContentInfo::ContentInfo ( byte content )