LSAuthenticationObject.IssueResourceToken Method ()

 

Issues a resource token. This method should be called by the policy enforcement form to indicate that the policy has been enforced and the Federation Service should issue a token.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public void IssueResourceToken()
public:
void IssueResourceToken()
member IssueResourceToken : unit -> unit
Public Sub IssueResourceToken

See Also

LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace

Return to top