Udostępnij przez


SupportingTokenParameters.SignedEncrypted Właściwość

Definicja

Pobiera kolekcję parametrów tokenu zabezpieczającego dla podpisanych i zaszyfrowanych tokenów pomocniczych wymaganych przez element powiązania zabezpieczeń.

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityTokenParameters ^> ^ SignedEncrypted { System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityTokenParameters ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityTokenParameters> SignedEncrypted { get; }
member this.SignedEncrypted : System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityTokenParameters>
Public ReadOnly Property SignedEncrypted As Collection(Of SecurityTokenParameters)

Wartość właściwości

Kolekcja SecurityTokenParameters.

Uwagi

Podpisane tokeny są uwzględniane w podpisie wiadomości i są szyfrowane.

Dotyczy