Class EntraApplicationCredentials
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra Directory application credentials.
public class EntraApplicationCredentials : BypassSection
- Inheritance
-
EntraApplicationCredentials
- Inherited Members
Constructors
EntraApplicationCredentials()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraApplicationCredentials class.
public EntraApplicationCredentials()
Properties
Items
Gets or sets the items in the collection.
public EntraApplicationCredentialCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraApplicationCredentials class from the specified XML.
public static EntraApplicationCredentials FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraApplicationCredentials
A CENTREL.XIA.Configuration.Types.EntraApplicationCredentials class.
ToString()
Returns the Entra directory application credentials as a human readable string.
public override string ToString()
Returns
- string
The Entra directory application credentials as a human readable string.