4 references to Decode
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509SubjectAlternativeNameExtension.cs (4)
35
_decoded =
Decode
(RawData);
46
_decoded =
Decode
(RawData);
65
List<GeneralNameAsn> decoded = (_decoded ??=
Decode
(RawData));
87
List<GeneralNameAsn> decoded = (_decoded ??=
Decode
(RawData));