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