Steamworks.SteamEncryptedAppTicket.BUserIsVacBanned C# (CSharp) Method

BUserIsVacBanned() public static method

public static BUserIsVacBanned ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : bool
rgubTicketDecrypted byte
cubTicketDecrypted uint
return bool
		public static bool BUserIsVacBanned(byte[] rgubTicketDecrypted, uint cubTicketDecrypted) {
			InteropHelp.TestIfPlatformSupported();
			return NativeMethods.BUserIsVacBanned(rgubTicketDecrypted, cubTicketDecrypted);
		}