C# Class System.Security.Cryptography.Pkcs.ContentInfo

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
ContentInfo ( System contentType, byte content )
ContentInfo ( byte content )
GetContentType ( byte encodedMessage ) : System.Security.Cryptography.Oid

Method Details

ContentInfo() public method

public ContentInfo ( System contentType, byte content )
contentType System
content byte

ContentInfo() public method

public ContentInfo ( byte content )
content byte

GetContentType() public static method

public static GetContentType ( byte encodedMessage ) : System.Security.Cryptography.Oid
encodedMessage byte
return System.Security.Cryptography.Oid