Adds a new ElsCertRefType to a generic list of ElsCertRefType.

Namespace: Nehta.VendorLibrary.SM.ELS
Assembly: Nehta.VendorLibrary.SM.ELS (in Nehta.VendorLibrary.SM.ELS.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#
public static void AddCertRef(
	this List<ElsCertRefType> certRefs,
	string useQualifier,
	string type,
	string value
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub AddCertRef ( _
	certRefs As List(Of ElsCertRefType), _
	useQualifier As String, _
	type As String, _
	value As String _
)
Visual C++
[ExtensionAttribute]
public:
static void AddCertRef(
	List<ElsCertRefType^>^ certRefs, 
	String^ useQualifier, 
	String^ type, 
	String^ value
)

Parameters

certRefs
Type: System.Collections.Generic..::..List<(Of <(<'ElsCertRefType>)>)>
The current list of ElsCertREfType.
useQualifier
Type: System..::..String
The use qualifier of the certificate.
type
Type: System..::..String
The type of certificate.
value
Type: System..::..String
The value of the certificate.

See Also