Show / Hide Table of Contents

Class ExtendedStoreOptions

Inheritance
Object
StoreOptions
ExtendedStoreOptions
Inherited Members
Microsoft.AspNetCore.Identity.StoreOptions.MaxLengthForKeys
StoreOptions.ProtectPersonalData
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class ExtendedStoreOptions : StoreOptions

Properties

DisableTransactions

Gets or sets if transactions should be disabled when used by the Identity System. This setting exists because EF sometimes makes the transaction distributed (which it shouldn't and we consider this beeing a bug).

Declaration
public bool DisableTransactions { get; set; }
Property Value
Boolean

ReadLegacySaml2Providers

Gets or sets if the old Saml2 providers should be read. Default is false.

Declaration
public bool ReadLegacySaml2Providers { get; set; }
Property Value
Boolean

Back to top Generated by DocFX