PKCS7SignedMessage Constructor (String) |
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
)
Public Sub New (
path As String
)
public:
PKCS7SignedMessage(
String^ path
)
new :
path : string -> PKCS7SignedMessage
Parameters
- path
- Type: SystemString
Specifies the path to a file that contains either binary or Base64-encoded PKCS#7 message.
Exceptions Exception | Condition |
---|
ArgumentException | path parameter is null or empty string. |
ArgumentNullException | Specified file does not exist. |
See Also