Skip to content

Commit 0c847ce

Browse files
authored
Merge pull request #354 from TonyTroeff/troeff/add-claim-entry
Made the `ClaimEntry.Id` property's setter public
2 parents 1ddbb20 + ce42c3e commit 0c847ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)