3 references to NoSignature
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
396signatureAlgorithm = Oids.NoSignature;
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
473if (_signatureAlgorithm != Oids.NoSignature) 493Debug.Assert(_signatureAlgorithm == Oids.NoSignature);