1 write to pszObjId
System.Security (1)
system\security\cryptography\pkcs\signerinfo.cs (1)
604
newAttr.
pszObjId
= attr.pszObjId;
4 references to pszObjId
System.Security (4)
system\security\cryptography\cryptographicattribute.cs (1)
37
this(new Oid(cryptAttribute.
pszObjId
), PkcsUtils.GetAsnEncodedDataCollection(cryptAttribute)) {
system\security\cryptography\pkcs\pkcsutils.cs (1)
568
Oid oid = new Oid(cryptAttribute.
pszObjId
);
system\security\cryptography\pkcs\signerinfo.cs (2)
564
if (String.Compare(attr.
pszObjId
, CAPI.szOID_RSA_counterSign, StringComparison.OrdinalIgnoreCase) == 0) {
604
newAttr.pszObjId = attr.
pszObjId
;