Struct RequestValidationResult
The result of the request validation.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Microsoft.Graph.StatefulClient.Authentication
Assembly: Microsoft.Graph.StatefulClient.dll
Syntax
public struct RequestValidationResult
Fields
View SourceIsValid
Indicates whether the request is valid.
Declaration
public bool IsValid
Field Value
Type | Description |
---|---|
System.Boolean |
TenantId
The tenant for the incoming request.
Declaration
public string TenantId
Field Value
Type | Description |
---|---|
System.String |