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