ClaimFactory.CreateCustomClaimLdapAttribute Method (Object, String)
Creates a CustomClaimLdapAttribute object populated with a CustomClaim object and assigns a name to it.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomClaimLdapAttribute CreateCustomClaimLdapAttribute(
object o,
string name
)
public:
CustomClaimLdapAttribute^ CreateCustomClaimLdapAttribute(
Object^ o,
String^ name
)
member CreateCustomClaimLdapAttribute :
o:Object *
name:string -> CustomClaimLdapAttribute
Public Function CreateCustomClaimLdapAttribute (
o As Object,
name As String
) As CustomClaimLdapAttribute
Parameters
o
Type: System.ObjectThe object to use.
name
Type: System.StringThe name for this collection.
Return Value
Type: System.Web.Security.SingleSignOn.CustomClaimLdapAttribute
A CustomClaimLdapAttribute object.
See Also
CreateCustomClaimLdapAttribute Overload
ClaimFactory Class
System.Web.Security.SingleSignOn Namespace
Return to top