3 writes to ExtraHandle
System.Security.Cryptography (3)
System\Security\Cryptography\SafeEvpPKeyHandle.OpenSsl.cs (3)
43
ExtraHandle
= extraHandle;
49
ExtraHandle
= IntPtr.Zero;
88
safeHandle.
ExtraHandle
= ExtraHandle;
10 references to ExtraHandle
System.Security.Cryptography (10)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs (1)
44
return UpRefEvpPkey(handle, handle.
ExtraHandle
);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs (1)
31
pkey.
ExtraHandle
,
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcDsa.cs (2)
30
pkey.
ExtraHandle
,
61
pkey.
ExtraHandle
,
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Rsa.cs (4)
68
pkey.
ExtraHandle
,
105
pkey.
ExtraHandle
,
146
pkey.
ExtraHandle
,
187
pkey.
ExtraHandle
,
System\Security\Cryptography\SafeEvpPKeyHandle.OpenSsl.cs (2)
48
Interop.Crypto.EvpPkeyDestroy(handle,
ExtraHandle
);
88
safeHandle.ExtraHandle =
ExtraHandle
;