SecurityPropertyCollection.GetProperties Method (String)
Returns a SecurityPropertyCollection containing all of the SecurityProperty instances in the original collection whose Uri attribute is equal to the value of the uri parameter.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public SecurityPropertyCollection GetProperties(
string uri
)
public:
SecurityPropertyCollection^ GetProperties(
String^ uri
)
member GetProperties :
uri:string -> SecurityPropertyCollection
Public Function GetProperties (
uri As String
) As SecurityPropertyCollection
Parameters
uri
Type: System.Stringthe SecurityProperty Uri.
Return Value
Type: System.Web.Security.SingleSignOn.Authorization.SecurityPropertyCollection
A SecurityPropertyCollection containing all of the SecurityProperty instances in the original collection whose Uri attribute is equal to the value of the uri parameter.
See Also
SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top