Microsoft.Protocols.TestSuites.MS_CPSWS.S01_RetrieveTypes.MSCPSWS_S01_TC04_ClaimValueTypes_NullProviderNames C# (CSharp) Method

MSCPSWS_S01_TC04_ClaimValueTypes_NullProviderNames() private method

        public void MSCPSWS_S01_TC04_ClaimValueTypes_NullProviderNames()
        {
            // Call ClaimValueTypes method to get claim value types with a null providerNames in the request.
            ArrayOfString responseOfClaimValueTypesResult = CPSWSAdapter.ClaimValueTypes(null);
            Site.Assert.IsNotNull(responseOfClaimValueTypesResult, "If the providerNames is NULL, the protocol server MUST use all the available claims providers.");
        }