Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetValue()

byte?[] System.Security.Cryptography.CngProperty.GetValue ( )
inline

Definition at line 29 of file CngProperty.cs.

30 {
31 if (_value != null)
32 {
33 return _value.CloneByteArray();
34 }
35 return null;
36 }

References System.Security.Cryptography.CngProperty._value.