2 references to CharToBytesStackBufferSize
System.Security.Cryptography (2)
System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (2)
92using (Utf8DataEncoding labelData = new Utf8DataEncoding(label, stackalloc byte[CharToBytesStackBufferSize])) 93using (Utf8DataEncoding contextData = new Utf8DataEncoding(context, stackalloc byte[CharToBytesStackBufferSize]))