Opc.Ua.CertificateFactory.NativeMethods.CertCreateSelfSignCertificate C# (CSharp) Method

CertCreateSelfSignCertificate() private method

private CertCreateSelfSignCertificate ( IntPtr hProv, IntPtr pSubjectIssuerBlob, int dwFlags, IntPtr pKeyProvInfo, IntPtr pSignatureAlgorithm, IntPtr pStartTime, IntPtr pEndTime, IntPtr pExtensions ) : IntPtr
hProv System.IntPtr
pSubjectIssuerBlob System.IntPtr
dwFlags int
pKeyProvInfo System.IntPtr
pSignatureAlgorithm System.IntPtr
pStartTime System.IntPtr
pEndTime System.IntPtr
pExtensions System.IntPtr
return System.IntPtr
            public static extern IntPtr CertCreateSelfSignCertificate(
                IntPtr hProv,
                IntPtr pSubjectIssuerBlob,
                int dwFlags,
                IntPtr pKeyProvInfo,
                IntPtr pSignatureAlgorithm,
                IntPtr pStartTime,
                IntPtr pEndTime,
                IntPtr pExtensions);