2 implementations of IPemEncoder
System.Security.Cryptography (2)
System\Security\Cryptography\PemEncoding.cs (2)
738private sealed class Utf16PemEncoder : IPemEncoder<char> 765private sealed class Utf8PemEncoder : IPemEncoder<byte>
3 references to IPemEncoder
System.Security.Cryptography (3)
System\Security\Cryptography\PemEncoding.cs (3)
131where T : IPemEncoder<TChar> 305out int base64DecodedSize) where TChar : IEquatable<TChar> where T : IPemEncoder<TChar> 589where T : IPemEncoder<TChar>