CertInfoCollection.Add Method (CertInfo)
Adds an item to the CertInfoCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int Add(
CertInfo value
)
public:
int Add(
CertInfo^ value
)
member Add :
value:CertInfo -> int
Public Function Add (
value As CertInfo
) As Integer
Parameters
value
Type: System.Web.Security.SingleSignOn.CertInfoThe CertInfo object to add to the collection.
Return Value
Type: System.Int32
The ArrayList index at which the value has been added.
See Also
CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top