Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsLegalSize()
[1/13]
static
bool
System.Security.Cryptography.KeySizeHelpers.IsLegalSize
(
this int
size
,
KeySizes
legalSizes
)
inline
static
Definition at line
10
of file
KeySizeHelpers.cs
.
11
{
12
bool
validatedByZeroSkipSizeKeySizes;
13
return
size
.IsLegalSize(legalSizes, out validatedByZeroSkipSizeKeySizes);
14
}
System.Linq.ExceptionArgument.size
@ size
System
Security
Cryptography
KeySizeHelpers
Generated by
1.10.0