8 references to Ending
System.Security.Cryptography (8)
System\Security\Cryptography\PemEncoding.cs (8)
137
if (pemData.Length < T.PreEBPrefix.Length + T.
Ending
.Length * 2 + T.PostEBPrefix.Length)
159
int preebEndIndex = pemData.IndexOfByOffset(T.
Ending
, labelStartIndex);
180
int contentStartIndex = preebEndIndex + T.
Ending
.Length;
181
int postebLength = T.PostEBPrefix.Length + label.Length + T.
Ending
.Length;
234
int size = T.PostEBPrefix.Length + label.Length + T.
Ending
.Length;
238
T.
Ending
.CopyTo(destination.Slice(T.PostEBPrefix.Length + label.Length));
603
charsWritten += Write(T.
Ending
, destination, charsWritten);
624
charsWritten += Write(T.
Ending
, destination, charsWritten);