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

◆ GetKeyBlobHeaderVersion()

static byte Internal.NativeCrypto.CapiHelper.GetKeyBlobHeaderVersion ( byte[] cspBlob)
inlinestaticpackage

Definition at line 367 of file CapiHelper.cs.

368 {
369 if (cspBlob.Length < 8)
370 {
371 throw new EndOfStreamException();
372 }
373 return cspBlob[1];
374 }

Referenced by System.Security.Cryptography.DSACryptoServiceProvider.ExportParameters().