SupportingTokenParameters.SignedEndorsing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of security token parameters for signed and endorsing supporting tokens required by the security binding element.
public:
property System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityTokenParameters ^> ^ SignedEndorsing { System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityTokenParameters ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityTokenParameters> SignedEndorsing { get; }
member this.SignedEndorsing : System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityTokenParameters>
Public ReadOnly Property SignedEndorsing As Collection(Of SecurityTokenParameters)
Property Value
A collection of SecurityTokenParameters.
Remarks
Signed endorsing tokens sign the message signature token and are themselves signed by the message signature.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.