SecurityPropertyCollection.Add Method (SecurityProperty)
Adds a specified SecurityProperty object to the collection.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public int Add(
SecurityProperty securityProperty
)
public:
int Add(
SecurityProperty^ securityProperty
)
member Add :
securityProperty:SecurityProperty -> int
Public Function Add (
securityProperty As SecurityProperty
) As Integer
Parameters
securityProperty
Type: System.Web.Security.SingleSignOn.Authorization.SecurityPropertyThe SecurityProperty object to add to the tail of the collection.
Return Value
Type: System.Int32
The index of the newly-added SecurityProperty object.
See Also
SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top