SecCertificate.GetSerialNumber Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetSerialNumber() |
Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « GetSerialNumber(out NSError) » à la place. |
GetSerialNumber(NSError) |
GetSerialNumber()
Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « GetSerialNumber(out NSError) » à la place.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GetSerialNumber(out NSError)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'GetSerialNumber(out NSError)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GetSerialNumber(out NSError)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GetSerialNumber(out NSError)' instead.")]
public Foundation.NSData GetSerialNumber ();
member this.GetSerialNumber : unit -> Foundation.NSData
Retours
- Attributs
S’applique à
GetSerialNumber(NSError)
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public Foundation.NSData GetSerialNumber (out Foundation.NSError error);
member this.GetSerialNumber : -> Foundation.NSData
Paramètres
- error
- NSError
Retours
- Attributs