public abstract CmsTypedStream GetContentStream(
ICipherParameters key
)
Public MustOverride Function GetContentStream (
key As ICipherParameters
) As CmsTypedStream
public:
virtual CmsTypedStream^ GetContentStream(
ICipherParameters^ key
) abstract
function GetContentStream(key);