CertInfoCollection.Insert Method (Int32, CertInfo)
Inserts an element into the CertInfoCollection at the specified index.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void Insert(
int index,
CertInfo value
)
public:
void Insert(
int index,
CertInfo^ value
)
member Insert :
index:int *
value:CertInfo -> unit
Public Sub Insert (
index As Integer,
value As CertInfo
)
Parameters
index
Type: System.Int32The zero-based index at which value should be inserted.
value
Type: System.Web.Security.SingleSignOn.CertInfoThe CertInfo to insert.
See Also
CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top