DkmExceptionTriggerHit.RestrictedReference Property

Definition

[Optional] Specifies the restricted reference. This is provided instead of the RestrictedDescription and any CapabilitySid. A scenario for this is when the debuggee process is not running in same session as debugger process. Components above will need to use this to work out the restricted description and any missing capability.

public:
 property System::String ^ RestrictedReference { System::String ^ get(); };
public:
 property Platform::String ^ RestrictedReference { Platform::String ^ get(); };
public string RestrictedReference { get; }
public string? RestrictedReference { get; }
member this.RestrictedReference : string
Public ReadOnly Property RestrictedReference As String

Property Value

Returns String.

Applies to