Exemple #1
0
 public bool IsValid()
 {
     return(!string.IsNullOrWhiteSpace(AccessKeyId) &&
            !string.IsNullOrWhiteSpace(AccessKeySecret) &&
            !string.IsNullOrWhiteSpace(SignName) &&
            (Templates.Any_Nullable() || DefaultTemplate != default));
 }
Exemple #2
0
 public bool IsValid()
 {
     return(!string.IsNullOrWhiteSpace(AppKey) &&
            !string.IsNullOrWhiteSpace(AppSecret) &&
            (Templates.Any_Nullable() || DefaultTemplate != default));
 }