C# 클래스 System.Security.Cryptography.Pkcs.ContentInfo

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ContentInfo ( System contentType, byte content )
ContentInfo ( byte content )
GetContentType ( byte encodedMessage ) : System.Security.Cryptography.Oid

메소드 상세

ContentInfo() 공개 메소드

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

ContentInfo() 공개 메소드

public ContentInfo ( byte content )
content byte

GetContentType() 공개 정적인 메소드

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