2 references to SecureUTF8Encoding
System.Web (2)
Security\Cryptography\Purpose.cs (2)
145
_derivedKeyLabel = CryptoUtil.
SecureUTF8Encoding
.GetBytes(PrimaryPurpose);
153
using (BinaryWriter writer = new BinaryWriter(stream, CryptoUtil.
SecureUTF8Encoding
)) {