System.Security.Cryptography.X509Certificates.X509Certificate.X509Certificate.Export C# (CSharp) Method

Export() private method

private Export ( X509ContentType contentType ) : byte[]
contentType X509ContentType
return byte[]
		public virtual byte[] Export (X509ContentType contentType)
		{
			return Export (contentType, (byte[])null);
		}

Same methods

X509Certificate.X509Certificate::Export ( X509ContentType contentType, SecureString password ) : byte[]
X509Certificate.X509Certificate::Export ( X509ContentType contentType, byte password ) : byte[]
X509Certificate.X509Certificate::Export ( X509ContentType contentType, string password ) : byte[]