Click or drag to resize

PKCS7SignedMessage Constructor (String)

Initializes a new instance of the PKCS7SignedMessage class

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public PKCS7SignedMessage(
	string path
)

Parameters

path
Type: SystemString
Specifies the path to a file that contains either binary or Base64-encoded PKCS#7 message.
Exceptions
ExceptionCondition
ArgumentExceptionpath parameter is null or empty string.
ArgumentNullExceptionSpecified file does not exist.
See Also