StsConfiguration.AllowedOnBehalfOfCallers 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.
public:
property Microsoft::IdentityServer::PolicyModel::Configuration::SecurityIdentifier ^ AllowedOnBehalfOfCallers { Microsoft::IdentityServer::PolicyModel::Configuration::SecurityIdentifier ^ get(); void set(Microsoft::IdentityServer::PolicyModel::Configuration::SecurityIdentifier ^ value); };
[System.Runtime.Serialization.DataMember(Order=2)]
public Microsoft.IdentityServer.PolicyModel.Configuration.SecurityIdentifier AllowedOnBehalfOfCallers { get; set; }
member this.AllowedOnBehalfOfCallers : Microsoft.IdentityServer.PolicyModel.Configuration.SecurityIdentifier with get, set
Public Property AllowedOnBehalfOfCallers As SecurityIdentifier
Property Value
- Attributes