2 implementations of CspKeyContainerInfo
mscorlib (2)
system\security\cryptography\dsacryptoserviceprovider.cs (1)
125public CspKeyContainerInfo CspKeyContainerInfo {
system\security\cryptography\rsacryptoserviceprovider.cs (1)
172public CspKeyContainerInfo CspKeyContainerInfo {
8 references to CspKeyContainerInfo
System (6)
security\system\security\cryptography\x509\x509certificate2.cs (6)
825if (asymmetricAlgorithm.CspKeyContainerInfo == null) 1393keyProvInfo.pwszContainerName = asymmetricAlgorithm.CspKeyContainerInfo.KeyContainerName; 1394keyProvInfo.pwszProvName = asymmetricAlgorithm.CspKeyContainerInfo.ProviderName; 1395keyProvInfo.dwProvType = (uint) asymmetricAlgorithm.CspKeyContainerInfo.ProviderType; 1396keyProvInfo.dwFlags = asymmetricAlgorithm.CspKeyContainerInfo.MachineKeyStore ? CAPI.CRYPT_MACHINE_KEYSET : 0; 1399keyProvInfo.dwKeySpec = (uint) asymmetricAlgorithm.CspKeyContainerInfo.KeyNumber;
System.Security (2)
system\security\cryptography\xml\SignedXmlDebugLog.cs (2)
226if (cspKey != null && cspKey.CspKeyContainerInfo.KeyContainerName != null) { 229cspKey.CspKeyContainerInfo.KeyContainerName);