ข้ามไปยังเนื้อหา

Class IdentityEngineBuilderExtensions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Identity.Registration
Assembly: Cephalon.Identity.dll

Registers the host-agnostic Cephalon identity companion pack with an .

public static class IdentityEngineBuilderExtensions

objectIdentityEngineBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

AddIdentityAccess(EngineBuilder, Action<IdentityRuntimeOptions>?)

Section titled “ AddIdentityAccess(EngineBuilder, Action<IdentityRuntimeOptions>?)”

Adds the Cephalon identity companion pack to the engine.

public static EngineBuilder AddIdentityAccess(this EngineBuilder builder, Action<IdentityRuntimeOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<IdentityRuntimeOptions>?

An optional callback that configures host-owned identity runtime options.

EngineBuilder

The same engine builder for fluent composition.