SecurityPropertyCollection.GetCustomProperties Method (String)
Gets a specified set of custom claims from the SecurityPropertyCollection.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public SecurityPropertyCollection GetCustomProperties(
string name
)
public:
SecurityPropertyCollection^ GetCustomProperties(
String^ name
)
member GetCustomProperties :
name:string -> SecurityPropertyCollection
Public Function GetCustomProperties (
name As String
) As SecurityPropertyCollection
Parameters
name
Type: System.StringThe SecurityProperty name.
Return Value
Type: System.Web.Security.SingleSignOn.Authorization.SecurityPropertyCollection
A SecurityPropertyCollection containing all of the SecurityProperty instances in the original collection that represent AD FS Custom claims, with name equal to the value of the name parameter.
See Also
SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top