Share via


ASCredentialIdentityStoreErrorCodeExtensions.GetDomain Method

Definition

Returns the error domain associated with the AuthenticationServices.ASCredentialIdentityStoreErrorCode value

public static Foundation.NSString? GetDomain(this AuthenticationServices.ASCredentialIdentityStoreErrorCode self);
static member GetDomain : AuthenticationServices.ASCredentialIdentityStoreErrorCode -> Foundation.NSString

Parameters

self
ASCredentialIdentityStoreErrorCode

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to