1 write to SafeKeyHandle
System.Security.Cryptography (1)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
373SafeKeyHandle = safeKeyHandle;
9 references to SafeKeyHandle
System.Security.Cryptography (9)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (9)
72SafeCapiKeyHandle localHandle = SafeKeyHandle; 181SafeCapiKeyHandle localHandle = SafeKeyHandle; 195byte[] keySize = CapiHelper.GetKeyParameter(SafeKeyHandle, CapiHelper.ClrPropertyId.CLR_KEYLEN); 236byte[] publicKey = CapiHelper.GetKeyParameter(SafeKeyHandle, CapiHelper.ClrPropertyId.CLR_PUBLICKEYONLY); 327return CapiHelper.ExportKeyBlob(includePrivateParameters, SafeKeyHandle); 481SafeCapiKeyHandle localHandle = SafeKeyHandle; 522SafeKeyHandle, 594CapiHelper.EncryptKey(SafeKeyHandle, data, data.Length, fOAEP, ref encryptedKey); 628CapiHelper.DecryptKey(SafeKeyHandle, data, data.Length, fOAEP, out decryptedKey);