C# 클래스 EU.Europa.EC.Markt.Dss.Validation.Certificate.CertificateAndContext

A certificate comes from a certain context (Trusted List, CertStore, Signature) and has somes properties
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CertificateAndContext ( ) : Org.BouncyCastle.X509

The default constructor for CertificateAndContext.

The default constructor for CertificateAndContext.

CertificateAndContext ( X509Certificate cert ) : Org.BouncyCastle.X509

Create a CertificateAndContext wrapping the provided X509Certificate The default constructor for CertificateAndContext.

Create a CertificateAndContext wrapping the provided X509Certificate The default constructor for CertificateAndContext.

CertificateAndContext ( X509Certificate cert, ISerializable context ) : Org.BouncyCastle.X509

The default constructor for CertificateAndContext.

The default constructor for CertificateAndContext.

Equals ( object obj ) : bool
GetCertificate ( ) : X509Certificate

Get the X509 Certificate

GetCertificateSource ( ) : CertificateSourceType

Get information about the source of the Certificate (TRUSTED_LIST, TRUST_STORE, ...)

GetContext ( ) : ISerializable

Get information about the context from which the certificate is fetched

GetHashCode ( ) : int
SetCertificate ( X509Certificate certificate ) : void

Set the X509 Certificate

SetCertificateSource ( CertificateSourceType certificateSource ) : void

Set information bout the source of the Certificate (TRUSTED_LIST, TRUST_STORE, ...)

SetContext ( ISerializable context ) : void

Set information about the context from which the certificate if fetched

ToString ( ) : string

메소드 상세

CertificateAndContext() 공개 메소드

The default constructor for CertificateAndContext.
The default constructor for CertificateAndContext.
public CertificateAndContext ( ) : Org.BouncyCastle.X509
리턴 Org.BouncyCastle.X509

CertificateAndContext() 공개 메소드

Create a CertificateAndContext wrapping the provided X509Certificate The default constructor for CertificateAndContext.
Create a CertificateAndContext wrapping the provided X509Certificate The default constructor for CertificateAndContext.
public CertificateAndContext ( X509Certificate cert ) : Org.BouncyCastle.X509
cert Org.BouncyCastle.X509.X509Certificate
리턴 Org.BouncyCastle.X509

CertificateAndContext() 공개 메소드

The default constructor for CertificateAndContext.
The default constructor for CertificateAndContext.
public CertificateAndContext ( X509Certificate cert, ISerializable context ) : Org.BouncyCastle.X509
cert Org.BouncyCastle.X509.X509Certificate
context ISerializable
리턴 Org.BouncyCastle.X509

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetCertificate() 공개 메소드

Get the X509 Certificate
public GetCertificate ( ) : X509Certificate
리턴 Org.BouncyCastle.X509.X509Certificate

GetCertificateSource() 공개 메소드

Get information about the source of the Certificate (TRUSTED_LIST, TRUST_STORE, ...)
public GetCertificateSource ( ) : CertificateSourceType
리턴 CertificateSourceType

GetContext() 공개 메소드

Get information about the context from which the certificate is fetched
public GetContext ( ) : ISerializable
리턴 ISerializable

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SetCertificate() 공개 메소드

Set the X509 Certificate
public SetCertificate ( X509Certificate certificate ) : void
certificate Org.BouncyCastle.X509.X509Certificate
리턴 void

SetCertificateSource() 공개 메소드

Set information bout the source of the Certificate (TRUSTED_LIST, TRUST_STORE, ...)
public SetCertificateSource ( CertificateSourceType certificateSource ) : void
certificateSource CertificateSourceType
리턴 void

SetContext() 공개 메소드

Set information about the context from which the certificate if fetched
public SetContext ( ISerializable context ) : void
context ISerializable
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string