WrappedKeySecurityToken Costruttore

Definizione

Inizializza una nuova istanza della classe WrappedKeySecurityToken.

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)

Parametri

id
String

L'ID del token di chiave.

keyToWrap
Byte[]

La chiave da incapsulare.

wrappingAlgorithm
String

L'algoritmo utilizzato per eseguire l'incapsulamento.

wrappingToken
SecurityToken

SecurityToken che rappresenta il token di incapsulamento.

wrappingTokenReference
SecurityKeyIdentifier

SecurityKeyIdentifier che rappresenta un riferimento al token di incapsulamento.

Si applica a