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.
Removes a specified SecurityProperty object from this collection.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public void Remove(
SecurityProperty securityProperty
)
public:
void Remove(
SecurityProperty^ securityProperty
)
member Remove :
securityProperty:SecurityProperty -> unit
Public Sub Remove (
securityProperty As SecurityProperty
)
Parameters
securityProperty
Type: System.Web.Security.SingleSignOn.Authorization.SecurityPropertyThe SecurityProperty object to remove from the collection.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The securityProperty does not exist in the collection. |
See Also
SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top