ClaimsSettingsBase Class
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.
Base class for claims settings types.
public ref class ClaimsSettingsBase : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ClaimsSettingsBase", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.ClaimsSettings))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.OAuthClaimsSettings))]
public class ClaimsSettingsBase : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ClaimsSettingsBase", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.ClaimsSettings))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.OAuthClaimsSettings))>]
type ClaimsSettingsBase = class
inherit DeploymentConfigSettings
Public Class ClaimsSettingsBase
Inherits DeploymentConfigSettings
- Inheritance
- Derived
- Attributes
Constructors
ClaimsSettingsBase() |
Initializes a new instance of the ClaimsSettingsBase class. |
Properties
Enabled |
Gets or sets whether the setting is enabled. |
EncryptionCertificate |
Gets or sets the encryption certificate. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |
FederationMetadataUrl |
Gets or sets the federation metadata URL. |
FederationProviderType |
Gets or sets the federation provider type. |
SessionSecurityTokenLifetimeInHours |
Gets or sets the session security token lifetime. |