Aracılığıyla paylaş


WrappedKeySecurityToken Oluşturucu

Tanım

WrappedKeySecurityToken sınıfının yeni bir örneğini başlatır.

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)

Parametreler

id
String

Anahtar belirtecinin kimliği.

keyToWrap
Byte[]

Sarmalanacak anahtar.

wrappingAlgorithm
String

Sarmalama için kullanılan algoritma.

wrappingToken
SecurityToken

SecurityToken Sarmalama belirtecini temsil eden bir.

wrappingTokenReference
SecurityKeyIdentifier

SecurityKeyIdentifier Sarmalama belirtecine başvuruyu temsil eden bir.

Şunlara uygulanır