Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PemFields.cs
Go to the documentation of this file.
1
namespace
System.Security.Cryptography
;
2
3
public
readonly
struct
PemFields
4
{
5
public
Range
Location
{
get
; }
6
7
public
Range
Label
{
get
; }
8
9
public
Range
Base64Data
{
get
; }
10
11
public
int
DecodedDataLength
{
get
; }
12
13
internal
PemFields
(
Range
label,
Range
base64data,
Range
location,
int
decodedDataLength)
14
{
15
Location
= location;
16
DecodedDataLength
= decodedDataLength;
17
Base64Data
= base64data;
18
Label
= label;
19
}
20
}
System.Security.Cryptography
Definition
CryptoPool.cs:3
System.Range
Definition
Range.cs:7
System.Security.Cryptography.PemFields.DecodedDataLength
int DecodedDataLength
Definition
PemFields.cs:11
System.Security.Cryptography.PemFields.Location
Range Location
Definition
PemFields.cs:5
System.Security.Cryptography.PemFields.Base64Data
Range Base64Data
Definition
PemFields.cs:9
System.Security.Cryptography.PemFields.Label
Range Label
Definition
PemFields.cs:7
System.Security.Cryptography.PemFields.PemFields
PemFields(Range label, Range base64data, Range location, int decodedDataLength)
Definition
PemFields.cs:13
System.Security.Cryptography.PemFields
Definition
PemFields.cs:4
source
System.Security.Cryptography.Encoding
System.Security.Cryptography
PemFields.cs
Generated by
1.10.0