7 references to Ending
System.Security.Cryptography (7)
System\Security\Cryptography\PemEncoding.cs (7)
137
if (pemData.Length < T.PreEBPrefix.Length + T.
Ending
.Length * 2 + T.PostEBPrefix.Length)
158
int preebEndIndex = pemData.IndexOfByOffset(T.
Ending
, labelStartIndex);
179
int contentStartIndex = preebEndIndex + T.
Ending
.Length;
205
int postebEndIndex = pemData.IndexOfByOffset(T.
Ending
, postebLabelStartIndex);
230
int postebLength = T.PostEBPrefix.Length + label.Length + T.
Ending
.Length;
636
charsWritten += Write(T.
Ending
, destination, charsWritten);
657
charsWritten += Write(T.
Ending
, destination, charsWritten);