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