5 references to DecodeOctetString
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
79return new X509Certificate2(PkcsHelpers.DecodeOctetString(_decoded.CertValue));
System\Security\Cryptography\Pkcs\Pkcs9DocumentDescription.cs (1)
66byte[] octets = PkcsHelpers.DecodeOctetString(rawData);
System\Security\Cryptography\Pkcs\Pkcs9DocumentName.cs (1)
66byte[] octets = PkcsHelpers.DecodeOctetString(rawData);
System\Security\Cryptography\Pkcs\Pkcs9LocalKeyId.cs (1)
50return PkcsHelpers.DecodeOctetString(rawData);
System\Security\Cryptography\Pkcs\Pkcs9MessageDigest.cs (1)
54return PkcsHelpers.DecodeOctetString(rawData);