11 references to Oid
Microsoft.DotNet.SignCheckLibrary (7)
Verification\AuthentiCode.cs (5)
153
if (String.Equals(unsignedAttribute.
Oid
.Value, WinCrypt.szOID_RSA_counterSign, StringComparison.OrdinalIgnoreCase))
159
if (String.Equals(signedAttribute.
Oid
.Value, WinCrypt.szOID_RSA_signingTime, StringComparison.OrdinalIgnoreCase))
177
else if (String.Equals(unsignedAttribute.
Oid
.Value, WinCrypt.szOID_RFC3161_counterSign, StringComparison.OrdinalIgnoreCase))
181
else if (String.Equals(unsignedAttribute.
Oid
.Value, WinCrypt.szOID_NESTED_SIGNATURE, StringComparison.OrdinalIgnoreCase))
191
if (String.Equals(nestedUnsignedAttribute.
Oid
.Value, WinCrypt.szOID_RFC3161_counterSign, StringComparison.OrdinalIgnoreCase))
Verification\Jar\JarSignatureFile.cs (2)
259
if (String.Equals(unsignedAttribute.
Oid
.Value, WinCrypt.szOID_SIGNATURE_TIMESTAMP_ATTRIBUTE, StringComparison.OrdinalIgnoreCase))
270
if (String.Equals(sa.
Oid
.Value, WinCrypt.szOID_RSA_signingTime, StringComparison.OrdinalIgnoreCase))
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (2)
46
string? szOid1 = attribute.
Oid
.Value;
56
string? szOid2 = existing.
Oid
.Value;
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
408
AttrType = attributeObject.
Oid
!.Value!,
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
581
string? setOid = attrSet.
Oid
?.Value;