SecurityElementBase.InitializeNestedTokenParameterSettings Method
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.
Applies the specified security token settings to this instance.
protected:
virtual void InitializeNestedTokenParameterSettings(System::ServiceModel::Security::Tokens::SecurityTokenParameters ^ sp, bool initializeNestedBindings);
protected virtual void InitializeNestedTokenParameterSettings (System.ServiceModel.Security.Tokens.SecurityTokenParameters sp, bool initializeNestedBindings);
abstract member InitializeNestedTokenParameterSettings : System.ServiceModel.Security.Tokens.SecurityTokenParameters * bool -> unit
override this.InitializeNestedTokenParameterSettings : System.ServiceModel.Security.Tokens.SecurityTokenParameters * bool -> unit
Protected Overridable Sub InitializeNestedTokenParameterSettings (sp As SecurityTokenParameters, initializeNestedBindings As Boolean)
Parameters
The specified security token parameters.
- initializeNestedBindings
- Boolean
true
to indicate that all the nested bindings are updated with the values specified by sp
; otherwise, false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.