5 references to EncodeOctetString
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
170parameterBytes = PkcsHelpers.EncodeOctetString(alg.IV);
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
26encodedContent = PkcsHelpers.EncodeOctetString(contentInfo.Content);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
62PkcsHelpers.EncodeOctetString(cert.RawData)),
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9DocumentDescription.cs (1)
81return PkcsHelpers.EncodeOctetString(octets);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9DocumentName.cs (1)
81return PkcsHelpers.EncodeOctetString(octets);