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