Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeEvpPKeyHandle.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices
;
2
3
namespace
System.Security.Cryptography
;
4
5
public
sealed
class
SafeEvpPKeyHandle
:
SafeHandle
6
{
7
public
static
long
OpenSslVersion
8
{
9
get
10
{
11
throw
new
PlatformNotSupportedException
(
System
.
SR
.
PlatformNotSupported_CryptographyOpenSSL
);
12
}
13
}
14
15
public
override
bool
IsInvalid
16
{
17
get
18
{
19
throw
new
PlatformNotSupportedException
(
System
.
SR
.
PlatformNotSupported_CryptographyOpenSSL
);
20
}
21
}
22
23
public
SafeEvpPKeyHandle
()
24
: base((
IntPtr
)0, ownsHandle: false)
25
{
26
throw
new
PlatformNotSupportedException
(
System
.
SR
.
PlatformNotSupported_CryptographyOpenSSL
);
27
}
28
29
public
SafeEvpPKeyHandle
(
IntPtr
handle
,
bool
ownsHandle)
30
: base((
IntPtr
)0, ownsHandle: false)
31
{
32
throw
new
PlatformNotSupportedException
(
System
.
SR
.
PlatformNotSupported_CryptographyOpenSSL
);
33
}
34
35
public
SafeEvpPKeyHandle
DuplicateHandle
()
36
{
37
throw
new
PlatformNotSupportedException
(
System
.
SR
.
PlatformNotSupported_CryptographyOpenSSL
);
38
}
39
40
protected
override
bool
ReleaseHandle
()
41
{
42
throw
new
PlatformNotSupportedException
(
System
.
SR
.
PlatformNotSupported_CryptographyOpenSSL
);
43
}
44
}
System.PlatformNotSupportedException
Definition
PlatformNotSupportedException.cs:9
System.Runtime.InteropServices.SafeHandle.handle
IntPtr handle
Definition
SafeHandle.cs:8
System.Runtime.InteropServices.SafeHandle
Definition
SafeHandle.cs:7
System.SR.PlatformNotSupported_CryptographyOpenSSL
static string PlatformNotSupported_CryptographyOpenSSL
Definition
SR.cs:14
System.SR
Definition
SR.cs:7
System.Security.Cryptography.SafeEvpPKeyHandle.DuplicateHandle
SafeEvpPKeyHandle DuplicateHandle()
Definition
SafeEvpPKeyHandle.cs:35
System.Security.Cryptography.SafeEvpPKeyHandle.SafeEvpPKeyHandle
SafeEvpPKeyHandle()
Definition
SafeEvpPKeyHandle.cs:23
System.Security.Cryptography.SafeEvpPKeyHandle.SafeEvpPKeyHandle
SafeEvpPKeyHandle(IntPtr handle, bool ownsHandle)
Definition
SafeEvpPKeyHandle.cs:29
System.Security.Cryptography.SafeEvpPKeyHandle.IsInvalid
override bool IsInvalid
Definition
SafeEvpPKeyHandle.cs:16
System.Security.Cryptography.SafeEvpPKeyHandle.ReleaseHandle
override bool ReleaseHandle()
Definition
SafeEvpPKeyHandle.cs:40
System.Security.Cryptography.SafeEvpPKeyHandle.OpenSslVersion
static long OpenSslVersion
Definition
SafeEvpPKeyHandle.cs:8
System.Security.Cryptography.SafeEvpPKeyHandle
Definition
SafeEvpPKeyHandle.cs:6
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Security.Cryptography
Definition
CryptoPool.cs:3
System
Definition
BlockingCollection.cs:8
System.IntPtr
Definition
IntPtr.cs:14
source
System.Security.Cryptography.OpenSsl
System.Security.Cryptography
SafeEvpPKeyHandle.cs
Generated by
1.10.0