4 references to Pkcs9AttributeObject
System.Security (4)
system\security\cryptography\pkcs\pkcs9attribute.cs (2)
264
base
(Oid.FromOidValue(CAPI.szOID_RSA_contentType, OidGroup.ExtensionOrAttribute), encodedContentType) {
314
base
(Oid.FromOidValue(CAPI.szOID_RSA_messageDigest, OidGroup.ExtensionOrAttribute), encodedMessageDigest) {
system\security\cryptography\pkcs\pkcsutils.cs (2)
574
Pkcs9AttributeObject attribute = new
Pkcs9AttributeObject
(oid, CAPI.BlobToByteArray(pAttributeBlob));
589
list.Add(new
Pkcs9AttributeObject
(new Oid(cryptAttribute.pszObjId), CAPI.BlobToByteArray(cryptAttribute.Value)));