Class AbpTencentCloudSmsOptions
Inheritance
AbpTencentCloudSmsOptions
Assembly: Volo.Abp.Sms.TencentCloud.dll
Syntax
public class AbpTencentCloudSmsOptions
Constructors
AbpTencentCloudSmsOptions()
Declaration
public AbpTencentCloudSmsOptions()
Properties
Endpoint
Declaration
public string Endpoint { get; set; }
Property Value
Region
Declaration
public string Region { get; set; }
Property Value
SecretId
Declaration
public string SecretId { get; set; }
Property Value
SecretKey
Declaration
public string SecretKey { get; set; }
Property Value
SmsSdkAppId
Declaration
public string SmsSdkAppId { get; set; }
Property Value
Extension Methods