Class ExtendedStoreOptions
Inherited Members
Microsoft.AspNetCore.Identity.StoreOptions.MaxLengthForKeys
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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
|