PkcsSubjectIdentifier(X509Certificate2, SubjectIdentifierType) Constructor
Initializes a new instance of
PkcsSubjectIdentifier class using signer certificate and type how this certificate
is referenced in signer information of
PkcsSignerInfo object.
Namespace: SysadminsLV.PKI.Cryptography.PkcsAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public PkcsSubjectIdentifier(
X509Certificate2 certificate,
SubjectIdentifierType subjectType
)
Public Sub New (
certificate As X509Certificate2,
subjectType As SubjectIdentifierType
)
public:
PkcsSubjectIdentifier(
X509Certificate2^ certificate,
SubjectIdentifierType subjectType
)
new :
certificate : X509Certificate2 *
subjectType : SubjectIdentifierType -> PkcsSubjectIdentifier
Parameters
- certificate X509Certificate2
-
A certificate used to sign data.
- subjectType SubjectIdentifierType
- A type how presented certificate will be referenced in PkcsSignerInfo.