Method | Description | |
---|---|---|
CertificateToken ( |
Create a CertificateToken
|
|
CertificateToken ( |
Create a CertificateToken
|
|
Equals ( object obj ) : bool | ||
GetCertificate ( ) : |
||
GetCertificateAndContext ( ) : |
||
GetHashCode ( ) : int | ||
GetSignerSubjectName ( ) : Org.BouncyCastle.Asn1.X509.X509Name | ||
GetStatus ( ) : CertificateStatus | ||
GetWrappedCertificateSource ( ) : CertificateSource |
An X509Certificate may contain information about his issuer in the AIA attribute. An X509Certificate may contain information about his issuer in the AIA attribute. |
|
IsSignedBy ( |
||
SetStatus ( CertificateStatus status ) : void | ||
ToString ( ) : string |
public CertificateToken ( |
||
cert | ||
return | EU.Europa.EC.Markt.Dss.Validation |
public CertificateToken ( |
||
cert | ||
sourceFactory | CertificateSourceFactory | |
return | EU.Europa.EC.Markt.Dss.Validation |
public GetCertificate ( ) : |
||
return |
public GetCertificateAndContext ( ) : |
||
return |
public GetSignerSubjectName ( ) : Org.BouncyCastle.Asn1.X509.X509Name | ||
return | Org.BouncyCastle.Asn1.X509.X509Name |
public GetStatus ( ) : CertificateStatus | ||
return | EU.Europa.EC.Markt.Dss.Validation.CertificateStatus |
public GetWrappedCertificateSource ( ) : CertificateSource | ||
return | CertificateSource |
public IsSignedBy ( |
||
potentialIssuer | ||
return | bool |
public SetStatus ( CertificateStatus status ) : void | ||
status | EU.Europa.EC.Markt.Dss.Validation.CertificateStatus | the status to set |
return | void |