CertificateManager.NewSelfSigned method

Creates a new self-signed X509 certificate using the specified options.

public static X509Certificate2 NewSelfSigned(SelfSignedOptions o)
parameter description
o Options for creating the self-signed certificate.

Return Value

A new self-signed X509Certificate2 instance.

See Also