IdentityOptions.Stores 属性

定义

获取或设置 StoreOptions 标识系统的 。

public:
 property Microsoft::AspNetCore::Identity::StoreOptions ^ Stores { Microsoft::AspNetCore::Identity::StoreOptions ^ get(); void set(Microsoft::AspNetCore::Identity::StoreOptions ^ value); };
public Microsoft.AspNetCore.Identity.StoreOptions Stores { get; set; }
member this.Stores : Microsoft.AspNetCore.Identity.StoreOptions with get, set
Public Property Stores As StoreOptions

属性值

StoreOptions标识系统的 。

适用于