Compartilhar via


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

  • ForeignRealmUri
    Type: System.String

    The URI for the foreign realm.

  • latToken
    Type: System.Byte[]

    Array of logon accelerator tokens.

See Also

RSTRResult Overload
RSTRResult Class
System.Web.Security.SingleSignOn Namespace

Return to top