IDomainChallenge.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.
Caution
Use ClientCertificate.GetClientId(Guid serviceId) instead.
Obsolete. Use the ClientCertificate method GetClientId(Guid) instead.
[System.Obsolete("Use ClientCertificate.GetClientId(Guid serviceId) instead.")]
public Guid GetClientId (Guid serviceId);
[<System.Obsolete("Use ClientCertificate.GetClientId(Guid serviceId) instead.")>]
abstract member 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 your service certificate.
Returns
The client identifier of the client making the request.
- Attributes