TKTokenObjectID

Type Alias TKTokenObjectID 

Source
pub type TKTokenObjectID = AnyObject;
Available on crate feature TKToken only.
Expand description

TKTokenObjectID Unique and persistent identification of objects on the token.

Uniquely and persistently identifies objects (keys and certificates) present on the token. Type of this identifier must be compatible with plist and its format is defined by the implementation of token extension.

See also Apple’s documentation

Aliased Type§

#[repr(C)]
pub struct TKTokenObjectID { /* private fields */ }