protected virtual IDictionary<CmsAttributeTableParameter, Object> GetBaseParameters(
DerObjectIdentifier contentType,
AlgorithmIdentifier digAlgId,
byte[] hash
)
Protected Overridable Function GetBaseParameters (
contentType As DerObjectIdentifier,
digAlgId As AlgorithmIdentifier,
hash As Byte()
) As IDictionary(Of CmsAttributeTableParameter, Object)
protected:
virtual IDictionary<CmsAttributeTableParameter, Object^>^ GetBaseParameters(
DerObjectIdentifier^ contentType,
AlgorithmIdentifier^ digAlgId,
array<unsigned char>^ hash
)
function GetBaseParameters(contentType, digAlgId, hash);