WellKnownProtectedOperations.CreateClientIsOwner Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).