4 writes to Key
System.Security.Cryptography (4)
System\Security\Cryptography\DSACng.cs (2)
31Key = CngAlgorithmCore.Duplicate(key); 50Key = key;
System\Security\Cryptography\DSACng.ImportExport.cs (2)
29Key = newKey; 42Key = response.Key;
9 references to Key
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (1)
313bool encryptedOnlyExport = CngPkcs8.AllowsOnlyEncryptedExport(Key);
System\Security\Cryptography\DSACng.ImportExport.cs (5)
15return Key.Export(blobFormat); 53bool encryptedOnlyExport = CngPkcs8.AllowsOnlyEncryptedExport(Key); 67return Key.TryExportKeyBlob( 75return Key.ExportPkcs8KeyBlob(pkcs8Password, kdfCount); 84return Key.TryExportPkcs8KeyBlob(
System\Security\Cryptography\DSACng.Key.cs (1)
51return Key.Handle;
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (2)
114clone = CopyWithPersistedCngKey(dsaCng.Key); 141return CopyWithEphemeralKey(clonedKey.Key);