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