4 references to Decode
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509SubjectAlternativeNameExtension.cs (4)
24
_decoded =
Decode
(RawData);
30
_decoded =
Decode
(RawData);
41
List<GeneralNameAsn> decoded = (_decoded ??=
Decode
(RawData));
59
List<GeneralNameAsn> decoded = (_decoded ??=
Decode
(RawData));