Uses of Class
microsoft.win32.safehandles.SafeX509ChainHandle
-
Packages that use SafeX509ChainHandle Package Description microsoft.win32.safehandles system.security.cryptography.x509certificates -
-
Uses of SafeX509ChainHandle in microsoft.win32.safehandles
Methods in microsoft.win32.safehandles that return SafeX509ChainHandle Modifier and Type Method Description static SafeX509ChainHandle
SafeX509ChainHandle. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSafeX509ChainHandle
, a cast assert is made to check if types are compatible. -
Uses of SafeX509ChainHandle in system.security.cryptography.x509certificates
Methods in system.security.cryptography.x509certificates that return SafeX509ChainHandle Modifier and Type Method Description SafeX509ChainHandle
X509Chain. getSafeHandle()
-