Share via


WellKnownProtectedOperations.CreateClientIsOwner Method

Definition

Creates a new ProtectedOperation that represents a ClientIsOwner operation.

public:
 static Microsoft::ServiceHub::Framework::Services::ProtectedOperation ^ CreateClientIsOwner();
public static Microsoft.ServiceHub.Framework.Services.ProtectedOperation CreateClientIsOwner ();
static member CreateClientIsOwner : unit -> Microsoft.ServiceHub.Framework.Services.ProtectedOperation
Public Shared Function CreateClientIsOwner () As ProtectedOperation

Returns

An instance of ProtectedOperation that may be passed to CheckAuthorizationAsync(ProtectedOperation, CancellationToken).

Applies to