> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.XsrfValue

# <a id="SuperOffice_WebApi_Data_XsrfValue" /> Class XsrfValue

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for XsrfValue.
XSRF token value and last update time

```csharp theme={null}
public class XsrfValue
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[XsrfValue](SuperOffice.WebApi.Data.XsrfValue.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_XsrfValue__ctor" /> XsrfValue()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public XsrfValue()
```

## Properties

### <a id="SuperOffice_WebApi_Data_XsrfValue_LastUpdated" /> LastUpdated

When the XSRF value was last updated (UTC)

```csharp theme={null}
public virtual DateTime LastUpdated { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

### <a id="SuperOffice_WebApi_Data_XsrfValue_Value" /> Value

The XSRF token value

```csharp theme={null}
public virtual string Value { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[PreferenceAgent](SuperOffice.WebApi.Agents.PreferenceAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.PreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PreferenceAgent.md)
- [SuperOffice.WebApi.Agents.IPreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPreferenceAgent.md)
- [SuperOffice.WebApi.Data.Preference SetXsrfValueRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Preference_SetXsrfValueRequest.md)
- [SuperOffice.WebApi.Data.Preference GetXsrfValueRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Preference_GetXsrfValueRequest.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice WebApi](/en/api/web-services/webapi/index.md)
