6 types derived from Pkcs9AttributeObject
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Pkcs9ContentType.cs (1)
11public sealed class Pkcs9ContentType : Pkcs9AttributeObject
System\Security\Cryptography\Pkcs\Pkcs9DocumentDescription.cs (1)
11public sealed class Pkcs9DocumentDescription : Pkcs9AttributeObject
System\Security\Cryptography\Pkcs\Pkcs9DocumentName.cs (1)
11public sealed class Pkcs9DocumentName : Pkcs9AttributeObject
System\Security\Cryptography\Pkcs\Pkcs9LocalKeyId.cs (1)
10public sealed class Pkcs9LocalKeyId : Pkcs9AttributeObject
System\Security\Cryptography\Pkcs\Pkcs9MessageDigest.cs (1)
10public sealed class Pkcs9MessageDigest : Pkcs9AttributeObject
System\Security\Cryptography\Pkcs\Pkcs9SigningTime.cs (1)
12public sealed class Pkcs9SigningTime : Pkcs9AttributeObject
5 instantiations of Pkcs9AttributeObject
Microsoft.DotNet.SignCheckLibrary (3)
Verification\AuthentiCode.cs (2)
69var rfc3161CounterSignature = new Pkcs9AttributeObject(unsignedAttribute); 183var nestedSignature = new Pkcs9AttributeObject(unsignedAttribute.Values[0]);
Verification\Jar\JarSignatureFile.cs (1)
261Pkcs9AttributeObject timestampAttribute = new Pkcs9AttributeObject(unsignedAttribute.Values[0]);
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
86Pkcs9AttributeObject pkcs9AttributeObject = new Pkcs9AttributeObject(oid, rawData);
Internal\Cryptography\PkcsHelpers.cs (1)
439_ => new Pkcs9AttributeObject(oid, encodedAttribute),
7 references to Pkcs9AttributeObject
Microsoft.DotNet.SignCheckLibrary (3)
Verification\AuthentiCode.cs (2)
69var rfc3161CounterSignature = new Pkcs9AttributeObject(unsignedAttribute); 183var nestedSignature = new Pkcs9AttributeObject(unsignedAttribute.Values[0]);
Verification\Jar\JarSignatureFile.cs (1)
261Pkcs9AttributeObject timestampAttribute = new Pkcs9AttributeObject(unsignedAttribute.Values[0]);
System.Security (1)
System.Security.cs (1)
17[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.Pkcs9AttributeObject))]
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
86Pkcs9AttributeObject pkcs9AttributeObject = new Pkcs9AttributeObject(oid, rawData);
Internal\Cryptography\PkcsHelpers.cs (1)
427public static Pkcs9AttributeObject CreateBestPkcs9AttributeObjectAvailable(Oid oid, ReadOnlySpan<byte> encodedAttribute)
System\Security\Cryptography\Pkcs\Pkcs9AttributeObject.cs (1)
75if (!(asnEncodedData is Pkcs9AttributeObject))