Skip to content

Commit ce42c3e

Browse files
committed
Made the ClaimEntry.Id property's setter public
1 parent 1ddbb20 commit ce42c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kerberos.NET/Entities/Pac/ClaimEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void Marshal(NdrBuffer buffer)
3838
buffer.WriteDeferredStructUnion(this);
3939
}
4040

41-
public string Id { get; private set; }
41+
public string Id { get; set; }
4242

4343
public ClaimType Type { get; set; }
4444

0 commit comments

Comments
 (0)