ClaimsSettingsBase Class

Definition

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.

Applies to

See also