Org.BouncyCastle.OpenSsl.PemWriter.WriteFooter C# (CSharp) 메소드

WriteFooter() 개인적인 메소드

private WriteFooter ( string type ) : void
type string
리턴 void
		private void WriteFooter(
			string type)
		{
			writer.WriteLine("-----END " + type + "-----");
		}