Méthode | Description | |
---|---|---|
CmsSignedDataParser ( |
||
CmsSignedDataParser ( |
||
CmsSignedDataParser ( Stream sigData ) : System | ||
CmsSignedDataParser ( byte sigBlock ) : System | ||
GetAttributeCertificates ( string type ) : IX509Store | ||
GetCertificates ( string type ) : IX509Store | ||
GetCrls ( string type ) : IX509Store | ||
GetSignedContent ( ) : |
||
GetSignerInfos ( ) : |
||
ReplaceCertificatesAndCrls ( Stream original, IX509Store x509Certs, IX509Store x509Crls, IX509Store x509AttrCerts, Stream outStr ) : Stream | ||
ReplaceSigners ( Stream original, |
Méthode | Description | |
---|---|---|
GetAsn1Set ( Asn1SetParser asn1SetParser ) : |
||
PopulateCertCrlSets ( ) : void |
public CmsSignedDataParser ( |
||
signedContent | ||
sigData | Stream | |
Résultat | System |
public CmsSignedDataParser ( |
||
signedContent | ||
sigBlock | byte | |
Résultat | System |
public CmsSignedDataParser ( Stream sigData ) : System | ||
sigData | Stream | |
Résultat | System |
public CmsSignedDataParser ( byte sigBlock ) : System | ||
sigBlock | byte | |
Résultat | System |
public GetAttributeCertificates ( string type ) : IX509Store | ||
type | string | |
Résultat | IX509Store |
public GetCertificates ( string type ) : IX509Store | ||
type | string | |
Résultat | IX509Store |
public GetCrls ( string type ) : IX509Store | ||
type | string | |
Résultat | IX509Store |
public GetSignedContent ( ) : |
||
Résultat |
public GetSignerInfos ( ) : |
||
Résultat |
public static ReplaceCertificatesAndCrls ( Stream original, IX509Store x509Certs, IX509Store x509Crls, IX509Store x509AttrCerts, Stream outStr ) : Stream | ||
original | Stream | |
x509Certs | IX509Store | |
x509Crls | IX509Store | |
x509AttrCerts | IX509Store | |
outStr | Stream | |
Résultat | Stream |
public static ReplaceSigners ( Stream original, |
||
original | Stream | |
signerInformationStore | ||
outStr | Stream | |
Résultat | Stream |