Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the CertInfo object at the specified index in this collection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CertInfo this[
int index
] { get; set; }
public:
property CertInfo^ default[
int index
] {
CertInfo^ get(int index);
void set(int index, CertInfo^ value);
}
member Item :
index:int -> CertInfo with get, set
Public Property Item (
index As Integer
) As CertInfo
Parameters
index
Type: System.Int32The zero-based index of the CertInfo object to set or retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.CertInfo
The CertInfo object at the specified index in this collection.
See Also
CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top