Xecrets.Sdk.Models.XfEncryptedKeys.PrivateKeyPassword.md
June 3, 2025 ยท View on GitHub
Xecrets.Sdk
Xecrets.Sdk.Models.XfEncryptedKeys
XfEncryptedKeys.PrivateKeyPassword Enum
Records wether the private key password is known or unknown.
public enum XfEncryptedKeys.PrivateKeyPassword
Fields
Undefined 0
Should not be used, means that the password status is not known.
Known 1
The password was known when it was last serialized.
Unknown 2
The password was not known when it was last serialized.