CmsAuthenticatedData public class CmsAuthenticatedData Documentation Code public ContentInfo ContentInfo { get; } public string MacAlgOid { get; } public AlgorithmIdentifier MacAlgorithmID { get; } public CmsAuthenticatedData(byte[] authData) public CmsAuthenticatedData(Stream authData) public CmsAuthenticatedData(ContentInfo contentInfo) public AttributeTable GetAuthAttrs() public byte[] GetEncoded() public byte[] GetMac() public RecipientInformationStore GetRecipientInfos() public AttributeTable GetUnauthAttrs()