16 references to Instance
System.Security.Cryptography.Pkcs (16)
Internal\Cryptography\PkcsHelpers.cs (1)
200
byte[] candidateSki = PkcsPal.
Instance
.GetSubjectKeyIdentifier(cert);
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (1)
122
PkcsPal.
Instance
.GetPrivateKeyForSigning<DSA>(certificate, silent) ??
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
124
PkcsPal.
Instance
.GetPrivateKeyForSigning<ECDsa>(certificate, silent) ??
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
116
PkcsPal.
Instance
.GetPrivateKeyForSigning<RSA>(certificate, silent) ??
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
286
newSignerInfo.Sid.SubjectKeyIdentifier = PkcsPal.
Instance
.GetSubjectKeyIdentifier(Certificate!);
System\Security\Cryptography\Pkcs\ContentInfo.cs (2)
39
return PkcsPal.
Instance
.GetEncodedMessageType(encodedMessage);
45
return PkcsPal.
Instance
.GetEncodedMessageType(encodedMessage);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (8)
68
throw PkcsPal.
Instance
.CreateRecipientInfosAfterEncryptException();
105
_encodedMessage = PkcsPal.
Instance
.Encrypt(recipients, ContentInfo, ContentEncryptionAlgorithm, Certificates, UnprotectedAttributes);
157
_decryptorPal = PkcsPal.
Instance
.Decode(encodedMessage, out version, out contentInfo, out contentEncryptionAlgorithm, out originatorCerts, out unprotectedAttributes);
232
PkcsPal.
Instance
.AddCertsFromStoreForDecryption(certs);
238
Exception? exception = PkcsPal.
Instance
.CreateRecipientsNotFoundException();
244
exception = PkcsPal.
Instance
.CreateRecipientsNotFoundException();
276
throw PkcsPal.
Instance
.CreateDecryptAfterEncryptException();
279
throw PkcsPal.
Instance
.CreateDecryptTwiceException();
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (1)
124
byte[] candidateSki = PkcsPal.
Instance
.GetSubjectKeyIdentifier(certificate);