Click or drag to resize

SysadminsLV.PKI.Cryptography.Pkcs Namespace

Contains extension classes for default .NET Framework System.Security.Cryptography.Pkcs namespace.
Classes
  ClassDescription
Public classContentInfo2 Obsolete.
The ContentInfo2 class represents the CMS/PKCS #7 ContentInfo data structure as defined in the CMS/PKCS #7 standards document. This data structure is the basis for all CMS/PKCS #7 messages.
Public classDefaultSignedPkcs7
Represents general/common implementation of signed PKCS #7 with arbitrary content type. The type of Content is Byte[].
Public classPKCS7SignedMessage Obsolete.
Represents a PKCS#7 message syntax format.
Public classPkcsSignerInfo
The SignerInfo2 class represents a signer associated with a SignedCms object that represents a CMS/PKCS #7 message.
Public classPkcsSignerInfoBuilder
This class is used to construct a PkcsSignerInfo object from input data.
Public classPkcsSignerInfoCollection
Represents a strongly-typed collection of PkcsSignerInfo objects.
Public classPkcsSubjectIdentifier
The SubjectIdentifier2 class defines the type of the identifier of a subject, such as a PkcsSignerInfo. The subject can be identified by the certificate issuer and serial number or the subject key.
Public classSignedCmsBuilder
Contains properties and methods to construct and (optionally) sign PKCS#7/CMS message.
Public classSignedPkcs7T
Represents base class for any sort of PKCS #7 signed message.
Public classX509IssuerSerial
Represents the X509IssuerSerial element of an XML digital signature.