Home
last modified time | relevance | path

Searched defs:SafeHashHandle (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Dsafecryptohandles.cs105 internal sealed class SafeHashHandle : SafeHandleZeroOrMinusOneIsInvalid { class
107 private SafeHashHandle() : base(true) { in SafeHashHandle() method in System.Security.Cryptography.SafeHashHandle
111 private SafeHashHandle(IntPtr handle) : base (true) { in SafeHashHandle() method in System.Security.Cryptography.SafeHashHandle
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DSafeCryptoHandles.cs222 internal sealed class SafeHashHandle : SafeHandleZeroOrMinusOneIsInvalid class
226 private SafeHashHandle() : base(true) in SafeHashHandle() method in System.Security.Cryptography.SafeHashHandle