CmsSignedData Class
Namespace: Org.BouncyCastle.CmsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class CmsSignedData
Public Class CmsSignedData
public ref class CmsSignedData
Org.BouncyCastle.Cms.CmsSignedData = function();
Type.createClass(
'Org.BouncyCastle.Cms.CmsSignedData');
- Inheritance
- Object CmsSignedData
AddDigestAlgorithm(CmsSignedData, AlgorithmIdentifier) | |
AddDigestAlgorithm(CmsSignedData, AlgorithmIdentifier, IDigestAlgorithmFinder) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetAttributeCertificates | |
GetCertificates | |
GetCrls | |
GetDigestAlgorithmIDs | |
GetEncoded | |
GetEncoded(String) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetOtherRevInfos | |
GetSignerInfos | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ReplaceCertificatesAndCrls(CmsSignedData, IStoreX509Certificate, IStoreX509Crl) | |
ReplaceCertificatesAndCrls(CmsSignedData, IStoreX509Certificate, IStoreX509Crl, IStoreX509V2AttributeCertificate) | |
ReplaceCertificatesAndRevocations | |
ReplaceSigners(CmsSignedData, SignerInformationStore) | |
ReplaceSigners(CmsSignedData, SignerInformationStore, IDigestAlgorithmFinder) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |