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 SecurityProperty object at the specified index in this collection.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public SecurityProperty this[
int index
] { get; set; }
public:
property SecurityProperty^ default[
int index
] {
SecurityProperty^ get(int index);
void set(int index, SecurityProperty^ value);
}
member Item :
index:int -> SecurityProperty with get, set
Public Property Item (
index As Integer
) As SecurityProperty
Parameters
index
Type: System.Int32The zero-based index of the SecurityProperty object to set or retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.Authorization.SecurityProperty
The SecurityProperty object at the specified index in this collection.
Remarks
In C#, this property is the indexer for the class.
See Also
SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top