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