Helper class that provides mechanism to plug the FederatedSecurityTokenManager to any WCF ServiceHost application. Create an instance of this class and add this as the ServiceCredentials to your ServiceHost.
В следующей таблице перечислены члены, предоставляемые типом FederatedServiceCredentials.
Открытый
Конструкторы (см. также Защищенный
Конструкторы)
Имя | Описание | |
---|---|---|
FederatedServiceCredentials | Перегружено. Initializes an instance of FederatedServiceCredentials. |
Защищенный
Конструкторы
Имя | Описание | |
---|---|---|
FederatedServiceCredentials | Перегружено. |
Открытый
Свойства
Имя | Описание | |
---|---|---|
![]() |
ClaimsAuthenticationManager | Gets and sets the ClaimsAuthenticationManager. |
![]() |
ClaimsAuthorizationManager | |
![]() |
ClientCertificate | (унаследовано от ServiceCredentials) |
![]() |
ExceptionMapper | |
![]() |
IssuedTokenAuthentication | (унаследовано от ServiceCredentials) |
![]() |
MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. |
![]() |
Peer | (унаследовано от ServiceCredentials) |
![]() |
SaveBootstrapTokens | |
![]() |
SecureConversationAuthentication | (унаследовано от ServiceCredentials) |
![]() |
SecurityTokenHandlerCollectionManager | |
![]() |
SecurityTokenHandlers | Gets the security token handlers collection. |
![]() |
ServiceCertificate | (унаследовано от ServiceCredentials) |
![]() |
UserNameAuthentication | (унаследовано от ServiceCredentials) |
![]() |
WindowsAuthentication | (унаследовано от ServiceCredentials) |
Открытый Методы
(см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
![]() |
Clone | (унаследовано от ServiceCredentials) |
![]() ![]() |
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. |
![]() |
CreateSecurityTokenManager | Переписано. Returns a Wrapped instance of the Token manager provided during creation of this class. |
![]() |
Equals | Перегружено. (унаследовано от Object) |
![]() |
GetHashCode | (унаследовано от Object) |
![]() |
GetType | (унаследовано от Object) |
![]() ![]() |
ReferenceEquals | (унаследовано от Object) |
![]() |
ToString | (унаследовано от Object) |
Защищенный
Методы
Имя | Описание | |
---|---|---|
![]() |
CloneCore | Переписано. Override method from the base class. Creates a cloned copy of this class. |
![]() |
Finalize | (унаследовано от Object) |
![]() |
MemberwiseClone | (унаследовано от Object) |
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
System.ServiceModel.Description.IServiceBehavior.AddBindingParameters | (унаследовано от ServiceCredentials) | |
System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior | (унаследовано от ServiceCredentials) | |
System.ServiceModel.Description.IServiceBehavior.Validate | (унаследовано от ServiceCredentials) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.