2 writes to Key
System.Core (2)
System\Security\Cryptography\RsaCng.cs (2)
64
Key
= CngKey.Open(key.Handle, key.IsEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
393
Key
= newKey;
5 references to Key
System.Core (5)
System\Security\Cryptography\RsaCng.cs (3)
149
get { return
Key
.Handle; }
226
byte[] rsaBlob =
Key
.Export(includePrivateParameters ? s_rsaFullPrivateBlob : s_rsaPublicBlob);
479
CngKey key =
Key
;
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (2)
124
newCert = CertificateExtensionsCommon.CopyWithPersistedCngKey(certificate, rsaCng.
Key
);
151
newCert = CertificateExtensionsCommon.CopyWithEphemeralCngKey(certificate, rsaCng.
Key
);