DefaultPersonalDataProtector 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
构造函数。
public:
DefaultPersonalDataProtector(Microsoft::AspNetCore::Identity::ILookupProtectorKeyRing ^ keyRing, Microsoft::AspNetCore::Identity::ILookupProtector ^ protector);
public DefaultPersonalDataProtector (Microsoft.AspNetCore.Identity.ILookupProtectorKeyRing keyRing, Microsoft.AspNetCore.Identity.ILookupProtector protector);
new Microsoft.AspNetCore.Identity.DefaultPersonalDataProtector : Microsoft.AspNetCore.Identity.ILookupProtectorKeyRing * Microsoft.AspNetCore.Identity.ILookupProtector -> Microsoft.AspNetCore.Identity.DefaultPersonalDataProtector
Public Sub New (keyRing As ILookupProtectorKeyRing, protector As ILookupProtector)
参数
- keyRing
- ILookupProtectorKeyRing
- protector
- ILookupProtector