6 references to PostEBPrefix
System.Security.Cryptography (6)
System\Security\Cryptography\PemEncoding.cs (6)
137
if (pemData.Length < T.PreEBPrefix.Length + T.Ending.Length * 2 + T.
PostEBPrefix
.Length)
143
ReadOnlySpan<TChar> hyphen = T.
PostEBPrefix
[0..1];
197
if (!pemData.Slice(nextHyphen).StartsWith(T.
PostEBPrefix
))
204
int postebLabelStartIndex = postebStartIndex + T.
PostEBPrefix
.Length;
230
int postebLength = T.
PostEBPrefix
.Length + label.Length + T.Ending.Length;
655
charsWritten += Write(T.
PostEBPrefix
, destination, charsWritten);