7 references to Pkcs9AttributeObject
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
86
Pkcs9AttributeObject pkcs9AttributeObject = new
Pkcs9AttributeObject
(oid, rawData);
Internal\Cryptography\PkcsHelpers.cs (1)
439
_ => new
Pkcs9AttributeObject
(oid, encodedAttribute),
System\Security\Cryptography\Pkcs\Pkcs9ContentType.cs (1)
23
:
base
(Oids.ContentTypeOid.CopyOid(), rawData)
System\Security\Cryptography\Pkcs\Pkcs9DocumentDescription.cs (1)
34
:
base
(Oids.DocumentDescriptionOid.CopyOid(), encodedDocumentDescription)
System\Security\Cryptography\Pkcs\Pkcs9DocumentName.cs (1)
34
:
base
(Oids.DocumentNameOid.CopyOid(), encodedDocumentName)
System\Security\Cryptography\Pkcs\Pkcs9MessageDigest.cs (1)
22
:
base
(Oids.MessageDigestOid.CopyOid(), rawData)
System\Security\Cryptography\Pkcs\Pkcs9SigningTime.cs (1)
35
:
base
(Oids.SigningTimeOid.CopyOid(), encodedSigningTime)