Click or drag to resize
MimeKit

AuthenticationMethodProperty Constructor

Initialize a new instance of the AuthenticationMethodProperty class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public AuthenticationMethodProperty(
	string ptype,
	string property,
	string value
)

Parameters

ptype  String
The property type.
property  String
The name of the property.
value  String
The value of the property.
Exceptions
ExceptionCondition
ArgumentNullException

ptype is null.

-or-

property is null.

-or-

value is null.

Remarks
See Also