8 references to CspParameters
mscorlib (5)
system\security\cryptography\cryptoapitransform.cs (5)
365public CspParameters () : this(Utils.DefaultRsaProviderType, null, null) {} 369public CspParameters (int dwTypeIn) : this(dwTypeIn, null, null) {} 373public CspParameters (int dwTypeIn, string strProviderNameIn) : this(dwTypeIn, strProviderNameIn, null) {} 385: this (providerType, providerName, keyContainerName) { 394: this (providerType, providerName, keyContainerName) {
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (1)
406CspParameters cspParams = new CspParameters(providerType, cspProviderName, keyName);
WsatConfig (1)
Configuration\WsatConfiguration.cs (1)
634CspParameters cspParams = new CspParameters(
WsatUI (1)
Configuration\WsatConfiguration.cs (1)
634CspParameters cspParams = new CspParameters(