CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

Issuer Constructor (String, String, String)

This initializes an Issuer with a given name, email and URL.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public Issuer(
	string name,
	string email,
	string url
)
Public Sub New ( _
	name As String, _
	email As String, _
	url As String _
)
public:
Issuer(
	String^ name, 
	String^ email, 
	String^ url
)

Parameters

name
Type: String
The name of the person or company issuing the license.
email
Type: String
The email of the person or company issuing the license. Generally this is a support email address.
url
Type: String
The url of the person or company issuing the license. Generally this is the company's web address.