2 references to pszObjId
System.Security (2)
system\security\cryptography\cryptographicattribute.cs (1)
42this(new Oid(cryptAttribute.pszObjId), PkcsUtils.GetAsnEncodedDataCollection(cryptAttribute)) {
system\security\cryptography\pkcs\pkcsutils.cs (1)
589list.Add(new Pkcs9AttributeObject(new Oid(cryptAttribute.pszObjId), CAPI.BlobToByteArray(cryptAttribute.Value)));