Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SimpleSecurityTokenProvider Class

.NET Framework (current version)
 

Represents a security token provider that produces a security token as an issued token for federated bindings.

Namespace:   System.ServiceModel.Security
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

System.Object
  System.IdentityModel.Selectors.SecurityTokenProvider
    System.ServiceModel.Security.SimpleSecurityTokenProvider

public class SimpleSecurityTokenProvider : SecurityTokenProvider

NameDescription
System_CAPS_pubmethodSimpleSecurityTokenProvider(SecurityToken, SecurityTokenRequirement)

Initializes a new instance of the SimpleSecurityTokenProvider class by using the specified token and token binding requirements.

NameDescription
System_CAPS_pubpropertySupportsTokenCancellation

Gets a value that indicates whether the security token can be cancelled. (Inherited from SecurityTokenProvider.)

System_CAPS_pubpropertySupportsTokenRenewal

Gets a value that indicates whether the security token is renewable. (Inherited from SecurityTokenProvider.)

NameDescription
System_CAPS_pubmethodBeginCancelToken(TimeSpan, SecurityToken, AsyncCallback, Object)

Begins an asynchronous operation to cancel a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodBeginCancelTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)

Begins an asynchronous operation to cancel a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_pubmethodBeginGetToken(TimeSpan, AsyncCallback, Object)

Begins an asynchronous operation to get a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodBeginGetTokenCore(TimeSpan, AsyncCallback, Object)

Begins an asynchronous operation to get a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_pubmethodBeginRenewToken(TimeSpan, SecurityToken, AsyncCallback, Object)

Begins an asynchronous operation that renews a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodBeginRenewTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)

Begins an asynchronous operation that renews a security token. (Inherited from SecurityTokenProvider.)

System_CAPS_pubmethodCancelToken(TimeSpan, SecurityToken)

Cancels a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodCancelTokenCore(TimeSpan, SecurityToken)

Cancels a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_pubmethodEndCancelToken(IAsyncResult)

Completes an asynchronous operation to cancel a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodEndCancelTokenCore(IAsyncResult)

Completes an asynchronous operation to cancel a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_pubmethodEndGetToken(IAsyncResult)

Completes an asynchronous operation to get a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodEndGetTokenCore(IAsyncResult)

Completes an asynchronous operation to get a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_pubmethodEndRenewToken(IAsyncResult)

Completes an asynchronous operation to renew a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodEndRenewTokenCore(IAsyncResult)

Completes an asynchronous operation to renew the security token.(Inherited from SecurityTokenProvider.)

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetToken(TimeSpan)

Gets a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodGetTokenCore(TimeSpan)

Creates a security token according to the specified timeout.(Overrides SecurityTokenProvider.GetTokenCore(TimeSpan).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRenewToken(TimeSpan, SecurityToken)

Renews a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_protmethodRenewTokenCore(TimeSpan, SecurityToken)

Renews a security token.(Inherited from SecurityTokenProvider.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft