5 writes to Key
System.Security.Cryptography (5)
System\Security\Cryptography\ECDsaCng.cs (5)
49Key = CngAlgorithmCore.Duplicate(key); 68Key = key; 106Key = key; 120Key = key; 143Key = response.Key;
12 references to Key
System.Security.Cryptography (12)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (2)
91return ECCng.ExportExplicitParameters(Key, includePrivateParameters); 104return ECCng.ExportParameters(Key, includePrivateParameters);
System\Security\Cryptography\ECDsaCng.cs (7)
98return Key.GetCurveName(out oidValue); 131return ECCng.ExportKeyBlob(Key, includePrivateParameters); 136return ECCng.ExportFullKeyBlob(Key, includePrivateParameters); 154bool encryptedOnlyExport = CngPkcs8.AllowsOnlyEncryptedExport(Key); 168return Key.TryExportKeyBlob( 176return Key.ExportPkcs8KeyBlob(pkcs8Password, kdfCount); 185return Key.TryExportPkcs8KeyBlob(
System\Security\Cryptography\ECDsaCng.Key.cs (1)
119return Key.Handle;
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (2)
151ICertificatePal? clone = CopyWithPersistedCngKey(ecdsaCng.Key); 166return CopyWithEphemeralKey(clonedKey.Key);