OAuthClaimsSettings Class

Definition

Contains the settings for claims based OAuth authentication.

public ref class OAuthClaimsSettings : Microsoft::Xrm::Sdk::Deployment::ClaimsSettingsBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="OAuthClaimsSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class OAuthClaimsSettings : Microsoft.Xrm.Sdk.Deployment.ClaimsSettingsBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="OAuthClaimsSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type OAuthClaimsSettings = class
    inherit ClaimsSettingsBase
Public Class OAuthClaimsSettings
Inherits ClaimsSettingsBase
Inheritance
Attributes

Constructors

OAuthClaimsSettings()

Initializes a new instance of the OAuthClaimsSettings class.

Properties

Enabled

Gets or sets whether the setting is enabled.

(Inherited from ClaimsSettingsBase)
EncryptionCertificate

Gets or sets the encryption certificate.

(Inherited from ClaimsSettingsBase)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
FederationMetadataUrl

Gets or sets the federation metadata URL.

(Inherited from ClaimsSettingsBase)
FederationProviderType

Gets or sets the federation provider type.

(Inherited from ClaimsSettingsBase)
SessionSecurityTokenLifetimeInHours

Gets or sets the session security token lifetime.

(Inherited from ClaimsSettingsBase)

Applies to

See also