StsClientApi

STSClient.IssueToken Method

Use this method to issue a security token from the PF server.

Overload List

Use this method to issue a security token from the PF server.

public SecurityToken IssueToken(SecurityToken);

Use this method to issue a security token from the PF server. Server is provided with tokenData as an X.509 certificate.

public SecurityToken IssueToken(X509Certificate2);

Use this method to issue a security token from the PF server. Server is provided with tokenData as a BinaryToken.

public SecurityToken IssueToken(string);

Use this method to issue a security token from the PF server. Server is provided with a Username Token.

public SecurityToken IssueToken(string,string);

See Also

STSClient Class | com.pingidentity.Security.STS.Client Namespace