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