4 references to Signature
System.Security.Cryptography (4)
System\Security\Cryptography\CapiHelper.Windows.cs (2)
677parameters.KeyNumber = keyType == CapiHelper.CspAlgorithmType.Dss ? (int)KeyNumber.Signature : (int)KeyNumber.Exchange; 681parameters.KeyNumber = (int)KeyNumber.Signature;
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (1)
37_parameters.KeyNumber = (int)KeyNumber.Signature;
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
57KeyNumber = (int)KeyNumber.Signature,