다음을 통해 공유


Certificate.GetClientId(Guid) Method

Definition

Gets the service specific client identifier for this certificate.

public Guid GetClientId (Guid serviceId);
member this.GetClientId : Guid -> Guid
Public Function GetClientId (serviceId As Guid) As Guid

Parameters

serviceId
Guid

The service identifier of your service. This is provided by Microsoft along with a service certificate.

Returns

The client identifier of the client making the request.

Applies to