SecureBlackbox 2020 .NET Edition

Questions / Feedback?

GenerateCert Method

Generates a new certificate on the KMIP server.

Syntax

public string GenerateCert(string publicKeyUniqueIdentifier, string keyAlgorithm, string hashAlgorithm, int keyLength, string subjectRDN, string id);
Public Function GenerateCert(ByVal PublicKeyUniqueIdentifier As String, ByVal KeyAlgorithm As String, ByVal HashAlgorithm As String, ByVal KeyLength As Integer, ByVal SubjectRDN As String, ByVal Id As String) As String

Remarks

Use KeyAlgorithm, HashAlgorithm, and KeyLength to specify the desired algorithms and key length. SubjectRDN should identify the new certificate's owner.

Use the Id parameter to suggest a unique identifier for the certificate object. The method returns the actual Id assigned to the new certificate (it may differ from the one you supplied).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]