protected virtual void LoadPkcs8ShroudedKeyBag(
EncryptedPrivateKeyInfo encPrivKeyInfo,
Asn1Set bagAttributes,
char[] password,
bool wrongPkcs12Zero
)
Protected Overridable Sub LoadPkcs8ShroudedKeyBag (
encPrivKeyInfo As EncryptedPrivateKeyInfo,
bagAttributes As Asn1Set,
password As Char(),
wrongPkcs12Zero As Boolean
)
protected:
virtual void LoadPkcs8ShroudedKeyBag(
EncryptedPrivateKeyInfo^ encPrivKeyInfo,
Asn1Set^ bagAttributes,
array<wchar_t>^ password,
bool wrongPkcs12Zero
)
function LoadPkcs8ShroudedKeyBag(encPrivKeyInfo, bagAttributes, password, wrongPkcs12Zero);