5 references to Utf8WithoutPreamble
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);