コード例 #1
0
ファイル: boogie_model.cs プロジェクト: terry2012/DSV
        public static PositiveAuthenticationResponse1 CreateAsync_ccp(
            PositiveAssertionResponse response, OpenIdRelyingParty relyingParty, CancellationToken cancellationToken)
        {
            var result = new PositiveAuthenticationResponse1(response, relyingParty);

            result.VerifyDiscoveryMatchesAssertionAsync_ccp(relyingParty, cancellationToken);

            //Contract.Assert(false);

            return(result);
        }
コード例 #2
0
ファイル: Program_backup.cs プロジェクト: terry2012/DSV
        public static PositiveAuthenticationResponse1 CreateAsync_ccp(
            PositiveAssertionResponse response, OpenIdRelyingParty relyingParty, CancellationToken cancellationToken)
        {
            var result = new PositiveAuthenticationResponse1(response, relyingParty);

            GlobalState.claimedEndPoint = result.Endpoint;

            result.VerifyDiscoveryMatchesAssertionAsync_ccp(relyingParty, cancellationToken);

            return(result);
        }