3 references to WriteTo
System.Security.Claims (3)
System\Security\Claims\Claim.cs (2)
43/// Normally the <see cref="BinaryReader"/> is constructed using the bytes from <see cref="WriteTo(BinaryWriter)"/> and initialized in the same way as the <see cref="BinaryWriter"/>. 54/// Normally the <see cref="BinaryReader"/> is constructed using the bytes from <see cref="WriteTo(BinaryWriter)"/> and initialized in the same way as the <see cref="BinaryWriter"/>.
System\Security\Claims\ClaimsIdentity.cs (1)
883claim.WriteTo(writer);