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