Udostępnij za pośrednictwem


RequestSecurityTokenResponse Klasa

Definicja

Reprezentuje element wst:RequestSecurityTokenResponse, który jest używany do zwracania tokenu zabezpieczającego.

public ref class RequestSecurityTokenResponse : System::IdentityModel::Protocols::WSTrust::WSTrustMessage
public class RequestSecurityTokenResponse : System.IdentityModel.Protocols.WSTrust.WSTrustMessage
type RequestSecurityTokenResponse = class
    inherit WSTrustMessage
Public Class RequestSecurityTokenResponse
Inherits WSTrustMessage
Dziedziczenie
RequestSecurityTokenResponse

Uwagi

Element wst:RequestSecurityTokenResponse (message) zawiera parametry i właściwości w odpowiedzi wysyłanej przez usługę tokenu zabezpieczającego (STS) do żądania tokenu zabezpieczającego (RST) wykonanego przez klienta. Komunikat odpowiedzi (lub element) jest skracany jako RSTR. Klasa RequestSecurityTokenResponse zawiera właściwości reprezentujące elementy RSTR. RSTR może utworzyć odpowiedź na żądanie, które odpowiada dowolnym powiązaniom żądania zdefiniowanym przez usługę WS-Trust; na przykład powiązanie wystawiania, powiązanie odnowienia, powiązanie Weryfikuj lub Powiązanie Anuluj. Wiele właściwości w RequestSecurityTokenResponse klasie odpowiada elementom, które są obecne tylko w określonych rodzajach odpowiedzi zdefiniowanych przez te powiązania. W zależności od rodzaju odpowiedzi określony RequestSecurityTokenResponse obiekt reprezentuje lub parametry obecne w określonej odpowiedzi, którą reprezentuje, niektóre właściwości obiektu mogą być null.

Żądania docierają do usługi STS w komunikacie zawierającym element wst:RequestSecurityToken (RST). Ten komunikat jest reprezentowany przez klasę RequestSecurityToken .

Aby uzyskać więcej informacji na temat elementu reprezentowanego przez tę klasę, zobacz wersję specyfikacji WS-Trust, która ma zastosowanie do danego scenariusza.

Konstruktory

RequestSecurityTokenResponse()

Inicjuje nowe wystąpienie klasy RequestSecurityTokenResponse.

RequestSecurityTokenResponse(WSTrustMessage)

Inicjuje RequestSecurityTokenResponse nowe wystąpienie klasy na podstawie określonego komunikatu żądania (RST).

Właściwości

AllowPostdating

Pobiera lub ustawia zawartość elementu wst:AllowPostdating.

(Odziedziczone po WSTrustMessage)
AppliesTo

Pobiera lub ustawia zawartość elementu wsp:AppliesTo.

(Odziedziczone po WSTrustMessage)
AuthenticationType

Pobiera lub ustawia zawartość elementu wst:AuthenticationType.

(Odziedziczone po WSTrustMessage)
BinaryExchange

Pobiera lub ustawia zawartość elementu wst:BinaryExchange.

(Odziedziczone po WSTrustMessage)
CanonicalizationAlgorithm

Pobiera lub ustawia zawartość elementu wst:CanonicalizationAlgorithm.

(Odziedziczone po WSTrustMessage)
Context

Pobiera lub ustawia zawartość atrybutu Context na RST lub RSTR.

(Odziedziczone po WSTrustMessage)
EncryptionAlgorithm

Pobiera lub ustawia zawartość elementu wst:EncryptionAlgorithm.

(Odziedziczone po WSTrustMessage)
EncryptWith

Pobiera lub ustawia zawartość elementu wst:EncryptWith.

(Odziedziczone po WSTrustMessage)
Entropy

Pobiera lub ustawia zawartość elementu wst:Entropy.

(Odziedziczone po WSTrustMessage)
IsFinal

Pobiera lub ustawia flagę określającą, czy RSTR jest ostatnim komunikatem i powinien być serializowany jako taki.

KeySizeInBits

Pobiera lub ustawia zawartość elementu wst:KeySize wewnątrz komunikatu RequestSecurityToken (RST).

(Odziedziczone po WSTrustMessage)
KeyType

Pobiera lub ustawia zawartość elementu wst:KeyType wewnątrz komunikatu RequestSecurityToken (RST).

(Odziedziczone po WSTrustMessage)
KeyWrapAlgorithm

Pobiera lub ustawia zawartość elementu wst:KeyWrapAlgorithm.

(Odziedziczone po WSTrustMessage)
Lifetime

Pobiera lub ustawia zawartość elementu wst:Lifetime wewnątrz komunikatu RequestSecurityToken (RST).

(Odziedziczone po WSTrustMessage)
Properties

Pobiera torbę właściwości, aby rozszerzyć obiekt.

(Odziedziczone po OpenObject)
ReplyTo

Pobiera lub ustawia adres, który ma być używany do odpowiadania na jednostki uzależnionej.

(Odziedziczone po WSTrustMessage)
RequestedAttachedReference

Pobiera lub ustawia odwołanie do tokenu zabezpieczającego, gdy żądany token jest dołączony do komunikatu.

RequestedProofToken

Pobiera lub ustawia opcjonalny element używany do zwrócenia dowodu posiadania tokenu.

RequestedSecurityToken

Pobiera lub ustawia opcjonalny element używany do zwracania żądanego tokenu zabezpieczającego.

RequestedTokenCancelled

Pobiera lub ustawia element wst:RequestedTokenCancelled.

RequestedUnattachedReference

Pobiera lub ustawia odwołanie do tokenu zabezpieczającego, gdy żądany token nie jest dołączony do komunikatu.

RequestType

Pobiera lub ustawia element wst:RequestType.

(Odziedziczone po WSTrustMessage)
SignatureAlgorithm

Pobiera lub ustawia zawartość elementu wst:SignatureAlgorithm.

(Odziedziczone po WSTrustMessage)
SignWith

Pobiera lub ustawia zawartość elementu wst:SignWith.

(Odziedziczone po WSTrustMessage)
Status

Pobiera lub ustawia element wst:Status wstr.

TokenType

Pobiera lub ustawia zawartość elementu wst:TokenType.

(Odziedziczone po WSTrustMessage)
UseKey

Pobiera lub ustawia zawartość elementu wst:UseKey.

(Odziedziczone po WSTrustMessage)

Metody

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera bieżące wystąpienie.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy

Zobacz też