Freigeben über


WrappedKeySecurityToken Konstruktor

Definition

Initialisiert eine neue Instanz der WrappedKeySecurityToken-Klasse.

public:
 WrappedKeySecurityToken(System::String ^ id, cli::array <System::Byte> ^ keyToWrap, System::String ^ wrappingAlgorithm, System::IdentityModel::Tokens::SecurityToken ^ wrappingToken, System::IdentityModel::Tokens::SecurityKeyIdentifier ^ wrappingTokenReference);
public WrappedKeySecurityToken (string id, byte[] keyToWrap, string wrappingAlgorithm, System.IdentityModel.Tokens.SecurityToken wrappingToken, System.IdentityModel.Tokens.SecurityKeyIdentifier wrappingTokenReference);
new System.ServiceModel.Security.Tokens.WrappedKeySecurityToken : string * byte[] * string * System.IdentityModel.Tokens.SecurityToken * System.IdentityModel.Tokens.SecurityKeyIdentifier -> System.ServiceModel.Security.Tokens.WrappedKeySecurityToken
Public Sub New (id As String, keyToWrap As Byte(), wrappingAlgorithm As String, wrappingToken As SecurityToken, wrappingTokenReference As SecurityKeyIdentifier)

Parameter

id
String

Die ID des Schlüsseltokens.

keyToWrap
Byte[]

Der einzubindende Schlüssel.

wrappingAlgorithm
String

Der Algorithmus für die Einbindung.

wrappingToken
SecurityToken

Ein SecurityToken, das das Token für die Einbindung darstellt.

wrappingTokenReference
SecurityKeyIdentifier

Ein SecurityKeyIdentifier, der einen Verweis auf das Token für die Einbindung darstellt.

Gilt für: