We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674d131 commit 9e5fc3aCopy full SHA for 9e5fc3a
1 file changed
Src/DSInternals.Common/Data/LAPS/LapsClearTextPassword.cs
@@ -65,10 +65,9 @@ public DateTime? UpdateTimestamp
65
66
/// <summary>
67
/// Parses a JSON string containing the clear-text password information.
68
- /// </summary>
69
/// </summary>
70
/// <param name="json">The JSON string to parse.</param>
71
- /// <returns>>A <see cref="LapsClearTextPassword"/> object containing the parsed information.</returns>
+ /// <returns>A <see cref="LapsClearTextPassword"/> object containing the parsed information.</returns>
72
public static LapsClearTextPassword? Parse(string json)
73
{
74
return JsonSerializer.Deserialize(json, LapsSerializationContext.Default.LapsClearTextPassword);
0 commit comments