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.252-beta+d6f44256e7cdcd1b3455fcb1dc7bd1c8d65c988a
Syntax
public X509Certificate2 Generate()
View Source

Return Value

X509Certificate2
An X509Certificate.
See Also