IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

AddRevoker Method

Adds a designated revoker to the key.

Syntax

[VB.NET]
Public Sub AddRevoker(ByVal UserId As String)
[C#]
public void AddRevoker(string userId);

Remarks

This method adds a designated revoker to the selected Key. The UserId parameter specifies the revoker to add. The revoker's key must be present in the current keyring. Use this with caution: once added, a revoker cannot be removed. The key's passphrase is required for this operation and may be specified via Passphrase or through the KeyPassphrase event.

The UserId format is:

FirstName LastName (Comment) <Email>
Not all values are required when selecting or generating a key, but at least FirstName or Email are required.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0