Gurux.DLMS.Objects.GXDLMSSecuritySetup.GenerateCertificate C# (CSharp) Méthode

GenerateCertificate() public méthode

Ask Server sends the Certificate Signing Request (CSR) data.
public GenerateCertificate ( Gurux.DLMS.GXDLMSClient client, CertificateType type ) : byte[][]
client Gurux.DLMS.GXDLMSClient DLMS client that is used to generate action.
type CertificateType identifies the key pair for which the certificate will be requested.
Résultat byte[][]
        public byte[][] GenerateCertificate(GXDLMSClient client, CertificateType type)
        {
            return client.Method(this, 5, type, DataType.Enum);
        }
#if !__MOBILE__