Method GetPlatformSpecificKeys
GetPlatformSpecificKeys()
Retrieves platform-specific key information based on the current operating system.
public virtual KeyInfo[]? GetPlatformSpecificKeys()
Returns
- KeyInfo[]
An array of KeyInfo objects representing the filtered key information specific to the current platform, or null if no keys are available.
Remarks
The returned key information is filtered to include only those keys relevant to the backend operating system. This method can return null if the filtering process results in no applicable keys.