Click or drag to resize

X509CertificateGeneratorGenerate Method

Generate a new X509Certificate using the passed in SignatureCalculator.

Namespace: GSF.Security.Cryptography.X509
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+902014e77f8e74f234b09eddd054b032bd877586
Syntax
public X509Certificate2 Generate()
View Source

Return Value

X509Certificate2
An X509Certificate.
See Also