Pkcs8EncryptedPrivateKeyInfoGetEncryptedData Method
Returns a copy of the encrypted data in this structure.
Namespace: Org.BouncyCastle.PkcsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public byte[] GetEncryptedData()
Public Function GetEncryptedData As Byte()
function GetEncryptedData();
Return Value
ByteReturn a copy of the encrypted data in this object.