4 references to CspParameters
Microsoft.AspNetCore.Testing (1)
FakeSslCertificateFactory.cs (1)
53new CspParameters(24, "Microsoft Enhanced RSA and AES Cryptographic Provider", Guid.NewGuid().ToString()))
System.Security.Cryptography (3)
System\Security\Cryptography\CspParameters.cs (3)
52public CspParameters() : this(CapiHelper.DefaultRsaProviderType, null, null) { } 54public CspParameters(int dwTypeIn) : this(dwTypeIn, null, null) { } 55public CspParameters(int dwTypeIn, string? strProviderNameIn) : this(dwTypeIn, strProviderNameIn, null) { }