Skip to content

Commit

Permalink
Update Secret.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jagger authored and tylerezimmerman committed Jan 23, 2024
1 parent f86cb19 commit 82d3b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Thycotic.SecretServer/classes/secrets/Secret.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class Secret
public bool WebLauncherRequiresIncognitoMode { get; set; }
public string[] ResponseCodes { get; set; }
public int? JumpboxRouteId { get; set; }
public string hsmKeyIdentifier { get; set; }

public PSCredential GetCredential(string DomainField, string UserField, string PasswordField)
{
Expand Down

0 comments on commit 82d3b3f

Please sign in to comment.