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