IssuedSecurityTokenProvider Class
Represents a token provider for issued security tokens.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.IdentityModel.Selectors::SecurityTokenProvider
System.ServiceModel.Security.Tokens::IssuedSecurityTokenProvider
| Name | Description | |
|---|---|---|
![]() | IssuedSecurityTokenProvider() | Initializes a new instance of the IssuedSecurityTokenProvider class. |
| Name | Description | |
|---|---|---|
![]() | CacheIssuedTokens | Gets or sets a value that indicates whether the issued tokens are cached. |
![]() | DefaultCloseTimeout | Gets the default time-out for closing the connection. |
![]() | DefaultOpenTimeout | Gets the default time-out for opening the connection. |
![]() | IdentityVerifier | Gets or sets the identity verifier. |
![]() | IssuedTokenRenewalThresholdPercentage | Gets or sets the issued token renewal threshold percentage. |
![]() | IssuerAddress | Gets or sets the issuer address. |
![]() | IssuerBinding | Gets or sets the issuer binding. |
![]() | IssuerChannelBehaviors | Gets the issuer channel behaviors. |
![]() | KeyEntropyMode | Gets or sets the key entropy mode. |
![]() | MaxIssuedTokenCachingTime | Gets or sets the maximum time that an issued token will be cached. |
![]() | MessageSecurityVersion | Gets or sets the message security version. |
![]() | SecurityAlgorithmSuite | Gets or sets the security algorithm suite. |
![]() | SecurityTokenSerializer | Gets or sets the security token serializer. |
![]() | State | Gets the communication state. |
![]() | SupportsTokenCancellation | Gets a value that indicates whether token cancellation is supported.(Overrides SecurityTokenProvider::SupportsTokenCancellation.) |
![]() | SupportsTokenRenewal | Gets a value that indicates whether the security token is renewable. (Inherited from SecurityTokenProvider.) |
![]() | TargetAddress | Gets or sets the target address. |
![]() | TokenRequestParameters | Gets the token request parameters. |
| Name | Description | |
|---|---|---|
![]() | Abort() | Aborts the provider. |
![]() | BeginCancelToken(TimeSpan, SecurityToken^, AsyncCallback^, Object^) | Begins an asynchronous operation to cancel a security token.(Inherited from SecurityTokenProvider.) |
![]() | BeginCancelTokenCore(TimeSpan, SecurityToken^, AsyncCallback^, Object^) | Begins an asynchronous operation to cancel a security token.(Inherited from SecurityTokenProvider.) |
![]() | BeginClose(AsyncCallback^, Object^) | Asynchronously begins closing the provider. |
![]() | BeginClose(TimeSpan, AsyncCallback^, Object^) | Asynchronously begins closing the provider. |
![]() | BeginGetToken(TimeSpan, AsyncCallback^, Object^) | Begins an asynchronous operation to get a security token.(Inherited from SecurityTokenProvider.) |
![]() | BeginGetTokenCore(TimeSpan, AsyncCallback^, Object^) | Asynchronously begins getting the token core.(Overrides SecurityTokenProvider::BeginGetTokenCore(TimeSpan, AsyncCallback^, Object^).) |
![]() | BeginOpen(AsyncCallback^, Object^) | Asynchronously begins opening the provider. |
![]() | BeginOpen(TimeSpan, AsyncCallback^, Object^) | Asynchronously begins opening the provider. |
![]() | BeginRenewToken(TimeSpan, SecurityToken^, AsyncCallback^, Object^) | Begins an asynchronous operation that renews a security token.(Inherited from SecurityTokenProvider.) |
![]() | BeginRenewTokenCore(TimeSpan, SecurityToken^, AsyncCallback^, Object^) | Begins an asynchronous operation that renews a security token. (Inherited from SecurityTokenProvider.) |
![]() | CancelToken(TimeSpan, SecurityToken^) | Cancels a security token.(Inherited from SecurityTokenProvider.) |
![]() | CancelTokenCore(TimeSpan, SecurityToken^) | Cancels a security token.(Inherited from SecurityTokenProvider.) |
![]() | Close() | Closes the provider. |
![]() | Close(TimeSpan) | Closes the provider. |
![]() | Dispose() | Releases all resources used by the current instance of the IssuedSecurityTokenProvider class. |
![]() | EndCancelToken(IAsyncResult^) | Completes an asynchronous operation to cancel a security token.(Inherited from SecurityTokenProvider.) |
![]() | EndCancelTokenCore(IAsyncResult^) | Completes an asynchronous operation to cancel a security token.(Inherited from SecurityTokenProvider.) |
![]() | EndClose(IAsyncResult^) | Ends the asynchronous call for closing the provider. |
![]() | EndGetToken(IAsyncResult^) | Completes an asynchronous operation to get a security token.(Inherited from SecurityTokenProvider.) |
![]() | EndGetTokenCore(IAsyncResult^) | Ends the asynchronous call for getting the token core.(Overrides SecurityTokenProvider::EndGetTokenCore(IAsyncResult^).) |
![]() | EndOpen(IAsyncResult^) | Ends the asynchronous call for opening the provider. |
![]() | EndRenewToken(IAsyncResult^) | Completes an asynchronous operation to renew a security token.(Inherited from SecurityTokenProvider.) |
![]() | EndRenewTokenCore(IAsyncResult^) | Completes an asynchronous operation to renew the security token.(Inherited from SecurityTokenProvider.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetToken(TimeSpan) | Gets a security token.(Inherited from SecurityTokenProvider.) |
![]() | GetTokenCore(TimeSpan) | Gets the token core.(Overrides SecurityTokenProvider::GetTokenCore(TimeSpan).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Open() | Opens the provider. |
![]() | Open(TimeSpan) | Opens the provider. |
![]() | RenewToken(TimeSpan, SecurityToken^) | Renews a security token.(Inherited from SecurityTokenProvider.) |
![]() | RenewTokenCore(TimeSpan, SecurityToken^) | Renews a security token.(Inherited from SecurityTokenProvider.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Closed | Provides registration and deregistration of event handler for the Closed event. |
![]() | Closing | Provides registration and deregistration of event handler for the Closing event. |
![]() | Faulted | Provides registration and deregistration of event handler for the Faulted event. |
![]() | Opened | Provides registration and deregistration of event handler for the Opened event. |
![]() | Opening | Provides registration and deregistration of event handler for the Opening event. |
Care must be taken when caching and reusing security tokens that are returned from the GetTokenCore method, because the security token might become unusable when the channel that the token provider is associated with is closed. The security token becomes unusable when the requested key type is asymmetric and the thread is running under impersonated context when the GetTokenCore method is called.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



