FederatedServiceCredentials.ConfigureServiceHost 메서드
Helper method that Initializes the SecurityTokenManager that will be exposed through the given ServiceHost. By default the method exposes the SecurityTokenHandlers initialized with IdentityServiceConfiguration through the ServiceHost SecurityTokenManager.
ConfigureServiceHost configures a Windows Communication Foundation (WCF) relying party with . Use the overloads of this method to specify configuration details.
ConfigureServiceHost plugs into the WCF processing pipeline by:
Using the existing service credentials to build a FederatedServiceCredentials, which then replaces the existing service credentials.
Replacing the WCF service authorization manager with a WIF authorization manager. Note that this method overwrites any existing authorization manager.
오버로드 목록
이름 | 설명 |
---|---|
FederatedServiceCredentials.ConfigureServiceHost (ServiceHostBase) | Helper method that Initializes the SecurityTokenManager that will be exposed through the given ServiceHost. By default the method exposes the SecurityTokenHandlers initialized with IdentityServiceConfiguration through the ServiceHost SecurityTokenManager. |
FederatedServiceCredentials.ConfigureServiceHost (ServiceHostBase, ServiceConfiguration) | |
FederatedServiceCredentials.ConfigureServiceHost (ServiceHostBase, String) |
참고 항목
참조
FederatedServiceCredentials 클래스
FederatedServiceCredentials 멤버
Microsoft.IdentityModel.Tokens 네임스페이스
Copyright © 2008 by Microsoft Corporation.모든 권리 보유.