Share via


WrappedKeySecurityToken コンストラクター

定義

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)

パラメーター

id
String

キー トークンの ID。

keyToWrap
Byte[]

ラップされるキー。

wrappingAlgorithm
String

ラップを行うために使用されるアルゴリズム。

wrappingToken
SecurityToken

ラップ トークンを表す SecurityToken

wrappingTokenReference
SecurityKeyIdentifier

ラップ トークンへの参照を表す SecurityKeyIdentifier

適用対象