RSTRResult Constructor (RSTRStatus, VersionInformation, CredentialsVerificationInfo, String, Byte[], Byte[])
This class supports the AD FS infrastructure and is not intended for public use. Initializes a new instance of the RSTRResult class.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public RSTRResult(
RSTRStatus status,
VersionInformation policyVersion,
CredentialsVerificationInfo credsVerification,
string ForeignRealmUri,
byte[] token,
byte[] latToken
)
public:
RSTRResult(
RSTRStatus status,
VersionInformation^ policyVersion,
CredentialsVerificationInfo^ credsVerification,
String^ ForeignRealmUri,
array<unsigned char>^ token,
array<unsigned char>^ latToken
)
new :
status:RSTRStatus *
policyVersion:VersionInformation *
credsVerification:CredentialsVerificationInfo *
ForeignRealmUri:string *
token:byte[] *
latToken:byte[] -> RSTRResult
Public Sub New (
status As RSTRStatus,
policyVersion As VersionInformation,
credsVerification As CredentialsVerificationInfo,
ForeignRealmUri As String,
token As Byte(),
latToken As Byte()
)
Parameters
status
Type: System.Web.Security.SingleSignOn.RSTRStatusThe RSTRStatus.
policyVersion
Type: System.Web.Security.SingleSignOn.VersionInformationThe VersionInformation for the policy.
credsVerification
Type: System.Web.Security.SingleSignOn.CredentialsVerificationInfo
ForeignRealmUri
Type: System.StringThe URI for the foreign realm.
token
Type: System.Byte[]Array of tokens.
latToken
Type: System.Byte[]Array of logon accelerator tokens.
See Also
RSTRResult Overload
RSTRResult Class
System.Web.Security.SingleSignOn Namespace
Return to top