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