AVContentKeySession.InvalidatePersistableContentKeyAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
InvalidatePersistableContentKeyAsync(NSData, AVContentKeySessionServerPlaybackContextOptions) | |
InvalidatePersistableContentKeyAsync(NSData, NSDictionary) |
InvalidatePersistableContentKeyAsync(NSData, AVContentKeySessionServerPlaybackContextOptions)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public System.Threading.Tasks.Task<Foundation.NSData> InvalidatePersistableContentKeyAsync (Foundation.NSData persistableContentKeyData, AVFoundation.AVContentKeySessionServerPlaybackContextOptions options);
member this.InvalidatePersistableContentKeyAsync : Foundation.NSData * AVFoundation.AVContentKeySessionServerPlaybackContextOptions -> System.Threading.Tasks.Task<Foundation.NSData>
Parámetros
- persistableContentKeyData
- NSData
Devoluciones
- Atributos
Se aplica a
InvalidatePersistableContentKeyAsync(NSData, NSDictionary)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> InvalidatePersistableContentKeyAsync (Foundation.NSData persistableContentKeyData, Foundation.NSDictionary options);
abstract member InvalidatePersistableContentKeyAsync : Foundation.NSData * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSData>
override this.InvalidatePersistableContentKeyAsync : Foundation.NSData * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSData>
Parámetros
- persistableContentKeyData
- NSData
- options
- NSDictionary
Devoluciones
- Atributos