Share via


Dictionary.securityKeyName2Id Method

Provides the ID for a specified security key, based on the security key name.

Syntax

public SecurityKeyId securityKeyName2Id(str name)

Run On

Called

Parameters

  • name
    Type: str
    A string that indicates the security key name.

Return Value

Type: SecurityKeyId Extended Data Type
A securityKeyId system data type value that indicates the security key ID; 0 (zero) if you pass a name value for a nonexistent security key.

See Also

Dictionary Class

Dictionary Class