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