SecurityPropertyCollection.Insert Method (Int32, SecurityProperty)
Inserts a SecurityProperty object into the collection at the specified index.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public void Insert(
int index,
SecurityProperty securityProperty
)
public:
void Insert(
int index,
SecurityProperty^ securityProperty
)
member Insert :
index:int *
securityProperty:SecurityProperty -> unit
Public Sub Insert (
index As Integer,
securityProperty As SecurityProperty
)
Parameters
index
Type: System.Int32The index value at which to insert the SecurityProperty object into the collection.
securityProperty
Type: System.Web.Security.SingleSignOn.Authorization.SecurityPropertyThe SecurityProperty object to insert into the collection at the specified index.
See Also
SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top