5 references to WriteTo
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (4)
197
/// 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"/>.
686
/// Initializes from a <see cref="BinaryReader"/>. Normally the reader is initialized with the results from <see cref="
WriteTo
(BinaryWriter)"/>
687
/// Normally the <see cref="BinaryReader"/> is initialized in the same way as the <see cref="BinaryWriter"/> passed to <see cref="
WriteTo
(BinaryWriter)"/>.
889
_actor!.
WriteTo
(writer);
System\Security\Claims\ClaimsPrincipal.cs (1)
541
identity.
WriteTo
(writer);