OPC Studio User's Guide and Reference
UnprotectOwnCertificateOrCertificatePack Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.Extensions Namespace > IEasyUAClientServerApplicationExtension Class : UnprotectOwnCertificateOrCertificatePack Method
Unprotects the private key of the given certificate, or certificate pack.

When certificate pack is used, this method operates on certificates with certificate type Ids given by PackCertificateTypeIds.

If the specified certificate type Id is Null, the default certificate type Id from DefaultCertificateTypeId is used instead.

A preexisting private key password, if any, must be correctly configured in the application, for this operation to succeed.

Overload List
OverloadDescription
Unprotects the private key of the default certificate or certificate pack.  
Unprotects the private key of the default certificate or certificate pack, specifying the certificate sub-id.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also