6 references to Pkcs9AttributeObject
Microsoft.DotNet.SignCheckLibrary (3)
Verification\AuthentiCode.cs (2)
69
var rfc3161CounterSignature = new
Pkcs9AttributeObject
(unsignedAttribute);
183
var nestedSignature = new
Pkcs9AttributeObject
(unsignedAttribute.Values[0]);
Verification\Jar\JarSignatureFile.cs (1)
261
Pkcs9AttributeObject timestampAttribute = new
Pkcs9AttributeObject
(unsignedAttribute.Values[0]);
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Pkcs9AttributeObject.cs (3)
21
:
this
(new AsnEncodedData(oid, encodedData))
26
:
this
(new AsnEncodedData(oid, encodedData))
44
:
this
(new AsnEncodedData(oid, encodedData))