共用方式為


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

金鑰權杖識別碼。

keyToWrap
Byte[]

要包裝的金鑰。

wrappingAlgorithm
String

用來進行包裝的演算法。

wrappingToken
SecurityToken

SecurityToken,代表包裝用的權杖。

wrappingTokenReference
SecurityKeyIdentifier

SecurityKeyIdentifier,表示包裝所用權杖的參考。

適用於