Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
KeySizes.cs
Go to the documentation of this file.
1
namespace
System.Security.Cryptography
;
2
3
public
sealed
class
KeySizes
4
{
5
public
int
MinSize
{
get
;
private
set
; }
6
7
public
int
MaxSize
{
get
;
private
set
; }
8
9
public
int
SkipSize
{
get
;
private
set
; }
10
11
public
KeySizes
(
int
minSize,
int
maxSize,
int
skipSize)
12
{
13
MinSize
= minSize;
14
MaxSize
= maxSize;
15
SkipSize
= skipSize;
16
}
17
}
System.Security.Cryptography.KeySizes.KeySizes
KeySizes(int minSize, int maxSize, int skipSize)
Definition
KeySizes.cs:11
System.Security.Cryptography.KeySizes.MaxSize
int MaxSize
Definition
KeySizes.cs:7
System.Security.Cryptography.KeySizes.MinSize
int MinSize
Definition
KeySizes.cs:5
System.Security.Cryptography.KeySizes.SkipSize
int SkipSize
Definition
KeySizes.cs:9
System.Security.Cryptography.KeySizes
Definition
KeySizes.cs:4
System.Security.Cryptography
Definition
CryptoPool.cs:3
source
System.Security.Cryptography.Primitives
System.Security.Cryptography
KeySizes.cs
Generated by
1.10.0