Certificate.GetClientId(Guid) 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.
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.