Home
last modified time | relevance | path

Searched defs:SafeProvHandle (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DSafeCryptHandles.cs15 class SafeProvHandle : SafeHandleZeroOrMinusOneIsInvalid class
17 SafeProvHandle() : base(true) { } in SafeProvHandle() method in System.IdentityModel.SafeProvHandle
20 SafeProvHandle(IntPtr handle) in SafeProvHandle() method in System.IdentityModel.SafeProvHandle
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Dsafecryptohandles.cs29 internal sealed class SafeProvHandle : SafeHandleZeroOrMinusOneIsInvalid { class
31 private SafeProvHandle() : base(true) { in SafeProvHandle() method in System.Security.Cryptography.SafeProvHandle
35 private SafeProvHandle(IntPtr handle) : base (true) { in SafeProvHandle() method in System.Security.Cryptography.SafeProvHandle
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DSafeCryptoHandles.cs15 internal sealed class SafeProvHandle : SafeHandleZeroOrMinusOneIsInvalid class
23 private SafeProvHandle() : base(true) in SafeProvHandle() method in System.Security.Cryptography.SafeProvHandle
H A DDSACryptoServiceProvider.Windows.cs87 private SafeProvHandle SafeProvHandle property in System.Security.Cryptography.DSACryptoServiceProvider
H A DRSACryptoServiceProvider.Windows.cs74 private SafeProvHandle SafeProvHandle property in System.Security.Cryptography.RSACryptoServiceProvider