1 type derived from CanonicalFormWriter
System.IdentityModel (1)
System\IdentityModel\PreDigestedSignedInfo.cs (1)
215sealed class SignedInfoCanonicalFormWriter : CanonicalFormWriter
5 references to CanonicalFormWriter
System.IdentityModel (5)
System\IdentityModel\CanonicalFormWriter.cs (2)
85byte[] buffer = CanonicalFormWriter.Utf8WithoutPreamble.GetBytes(s); 91byte[] buffer = CanonicalFormWriter.Utf8WithoutPreamble.GetBytes(chars, 0, count);
System\IdentityModel\PreDigestedSignedInfo.cs (3)
244UTF8Encoding encoding = CanonicalFormWriter.Utf8WithoutPreamble; 276return CanonicalFormWriter.Utf8WithoutPreamble.GetBytes(algorithm); 292return CanonicalFormWriter.Utf8WithoutPreamble.GetBytes(algorithm);