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

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

Method Details

ContentInfo() public méthode

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

ContentInfo() public méthode

public ContentInfo ( byte content )
content byte

GetContentType() public static méthode

public static GetContentType ( byte encodedMessage ) : System.Security.Cryptography.Oid
encodedMessage byte
Résultat System.Security.Cryptography.Oid