Share via


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

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