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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.