WSTrustChannel.Issue Method

Definition

Sends a WS-Trust Issue message to an endpoint STS.

Overloads

Issue(RequestSecurityToken)

Sends a WS-Trust Issue message to an endpoint STS using the specified RequestSecurityToken object.

Issue(Message)

Sends a WS-Trust Issue message to an endpoint STS using the specified Message object.

Issue(RequestSecurityToken, RequestSecurityTokenResponse)

Sends a WS-Trust Issue message to an endpoint STS using the specified RequestSecurityToken and RequestSecurityToken objects.

Issue(RequestSecurityToken)

Sends a WS-Trust Issue message to an endpoint STS using the specified RequestSecurityToken object.

C#
public virtual System.IdentityModel.Tokens.SecurityToken Issue(System.IdentityModel.Protocols.WSTrust.RequestSecurityToken rst);

Parameters

rst
RequestSecurityToken

The RequestSecurityToken that represents the request to the STS.

Returns

A SecurityToken that represents the token issued by the STS.

Implements

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Issue(Message)

Sends a WS-Trust Issue message to an endpoint STS using the specified Message object.

C#
public System.ServiceModel.Channels.Message Issue(System.ServiceModel.Channels.Message message);

Parameters

message
Message

The Message that contains the instructions for the request to the STS.

Returns

The Message returned from the STS.

Implements

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Issue(RequestSecurityToken, RequestSecurityTokenResponse)

Sends a WS-Trust Issue message to an endpoint STS using the specified RequestSecurityToken and RequestSecurityToken objects.

C#
public virtual System.IdentityModel.Tokens.SecurityToken Issue(System.IdentityModel.Protocols.WSTrust.RequestSecurityToken rst, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse rstr);

Parameters

rst
RequestSecurityToken

The RequestSecurityToken that represents the request to the STS.

rstr
RequestSecurityTokenResponse

The RequestSecurityTokenResponse that represents the response from the STS.

Returns

A SecurityToken that represents the token issued by the STS.

Implements

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1