diff --git a/src/Lithnet.CredentialProvider/CredentialTile.cs b/src/Lithnet.CredentialProvider/CredentialTile.cs index 28d652c..4cd1edc 100644 --- a/src/Lithnet.CredentialProvider/CredentialTile.cs +++ b/src/Lithnet.CredentialProvider/CredentialTile.cs @@ -38,7 +38,7 @@ namespace Lithnet.CredentialProvider /// /// Gets a value that indicates if the user should be automatically logged on when the tile is selected. The tile must also have IsDefault set to true. /// - public bool IsAutoLogon + public bool IsDefaultTileAutoLogon { get => this.CredentialProvider.DefaultTile == this && this.CredentialProvider.DefaultTileAutoLogon; } @@ -46,7 +46,7 @@ namespace Lithnet.CredentialProvider /// /// Gets a value indicating if this should be the default tile /// - public bool IsDefault + public bool IsDefaultTile { get => this.CredentialProvider.DefaultTile == this; }