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