DataProtectionSecurityStateEncoder.UseCurrentUserProtectionScope Propriedade
Definição
Obtém um valor que indica se o escopo de proteção do usuário atual deve ser usado.Gets a value that indicates whether to use the current user protection scope.
public:
property bool UseCurrentUserProtectionScope { bool get(); };
public bool UseCurrentUserProtectionScope { get; }
member this.UseCurrentUserProtectionScope : bool
Public ReadOnly Property UseCurrentUserProtectionScope As Boolean
Valor da propriedade
true Se o escopo de proteção do usuário atual for usado; caso contrário, false .true if the current user protection scope will be used; otherwise, false.