Share via


TwitterPostConfigureOptions(IDataProtectionProvider) Constructor

Definition

Initializes the TwitterPostConfigureOptions.

public:
 TwitterPostConfigureOptions(Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ dataProtection);
public TwitterPostConfigureOptions (Microsoft.AspNetCore.DataProtection.IDataProtectionProvider dataProtection);
new Microsoft.AspNetCore.Authentication.Twitter.TwitterPostConfigureOptions : Microsoft.AspNetCore.DataProtection.IDataProtectionProvider -> Microsoft.AspNetCore.Authentication.Twitter.TwitterPostConfigureOptions
Public Sub New (dataProtection As IDataProtectionProvider)

Parameters

Applies to