Adds a NameAttribute to the end of the list.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public int Add(
	NameAttribute attribute
)
Visual Basic
Public Function Add ( _
	attribute As NameAttribute _
) As Integer
Visual C++
public:
int Add(
	NameAttribute attribute
)

Parameters

attribute
Type: LLCryptoLib.Security.Certificates..::..NameAttribute
The NameAttribute to be added to the end of the list.

Return Value

The index at which the value has been added.

See Also