5 types derived from Pkcs9AttributeObject
System.Security (5)
system\security\cryptography\pkcs\pkcs9attribute.cs (5)
67
public sealed class Pkcs9SigningTime :
Pkcs9AttributeObject
{
141
public sealed class Pkcs9DocumentName :
Pkcs9AttributeObject
{
198
public sealed class Pkcs9DocumentDescription :
Pkcs9AttributeObject
{
255
public sealed class Pkcs9ContentType :
Pkcs9AttributeObject
{
305
public sealed class Pkcs9MessageDigest :
Pkcs9AttributeObject
{
2 instantiations of Pkcs9AttributeObject
System.Security (2)
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)));
5 references to Pkcs9AttributeObject
System.Security (5)
system\security\cryptography\pkcs\pkcs9attribute.cs (2)
59
Pkcs9AttributeObject
att = asnEncodedData as
Pkcs9AttributeObject
;
system\security\cryptography\pkcs\pkcsutils.cs (3)
574
Pkcs9AttributeObject
attribute = new Pkcs9AttributeObject(oid, CAPI.BlobToByteArray(pAttributeBlob));
575
Pkcs9AttributeObject
customAttribute = CryptoConfig.CreateFromName(szOid) as
Pkcs9AttributeObject
;