1 write to Key
System.Core (1)
System\Security\Cryptography\ECDsaCng.cs (1)
78
Key
= CngKey.Open(keyHandle, key.IsEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
6 references to Key
System.Core (6)
System\Security\Cryptography\ECDsaCng.cs (4)
312
KeyContainerPermission permission =
Key
.BuildKeyContainerPermission(KeyContainerPermissionFlags.Sign);
322
using (SafeNCryptKeyHandle keyHandle =
Key
.Handle) {
418
using (SafeNCryptKeyHandle keyHandle =
Key
.Handle) {
443
get { return
Key
.Handle; }
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (2)
166
newCert = CertificateExtensionsCommon.CopyWithPersistedCngKey(certificate, ecdsaCng.
Key
);
180
newCert = CertificateExtensionsCommon.CopyWithEphemeralCngKey(certificate, ecdsaCng.
Key
);