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