1 write to SafeKeyHandle
System.Security.Cryptography (1)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
355
SafeKeyHandle
= safeKeyHandle;
6 references to SafeKeyHandle
System.Security.Cryptography (6)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (6)
86
SafeCapiKeyHandle localHandle =
SafeKeyHandle
;
195
SafeCapiKeyHandle localHandle =
SafeKeyHandle
;
206
byte[] keySize = CapiHelper.GetKeyParameter(
SafeKeyHandle
, CapiHelper.ClrPropertyId.CLR_KEYLEN);
249
byte[] publicKey = CapiHelper.GetKeyParameter(
SafeKeyHandle
, CapiHelper.ClrPropertyId.CLR_PUBLICKEYONLY);
298
return CapiHelper.ExportKeyBlob(includePrivateParameters,
SafeKeyHandle
);
516
SafeKeyHandle
,