4 references to PreEBPrefix
System.Security.Cryptography (4)
System\Security\Cryptography\PemEncoding.cs (4)
137
if (pemData.Length < T.
PreEBPrefix
.Length + T.Ending.Length * 2 + T.PostEBPrefix.Length)
147
while ((preebIndex = pemData.IndexOfByOffset(T.
PreEBPrefix
, areaOffset)) >= 0)
149
int labelStartIndex = preebIndex + T.
PreEBPrefix
.Length;
601
charsWritten += Write(T.
PreEBPrefix
, destination, charsWritten);