Options for key output in
Sat.GetKeyAsString().
Namespace:
FirmaSATAssembly: diFirmaSatNet (in diFirmaSatNet.dll) Version: 10.50.0.29531
Syntax
C# |
---|
public enum KeyOption |
Visual Basic (Declaration) |
---|
Public Enumeration KeyOption |
Members
Member name | Description | |
---|---|---|
Default |
Default (unencrypted base64 string).
| |
UnencryptedBase64 |
Key as unencrypted base64 string suitable for Cancelacion element.
| |
EncryptedPEM |
Key as encrypted private key in PEM format suitable for input as a keyFile parameter.
|