|
CertificateGeneratorGenerateCertificate Method
|
Generates the certificate.
Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntaxpublic X509Certificate2 GenerateCertificate()
Public Function GenerateCertificate As X509Certificate2
public:
X509Certificate2^ GenerateCertificate()
member GenerateCertificate : unit -> X509Certificate2
function GenerateCertificate();
View SourceReturn Value
X509Certificate2The certificate that was generated by this certificate generator.
See Also